Skip to content

Commit

Permalink
chore: set go minimal version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Brosse committed Nov 22, 2019
1 parent eda4fa5 commit 45be6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cpuguy83/go-md2man/v2

go 1.12
go 1.11

require (
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit 45be6e4

Please sign in to comment.