Skip to content

Commit

Permalink
minimum go 1.12 because of golang.org/x/sys
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Jul 24, 2019
1 parent 4b96892 commit c54a243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- "1.11"
- "1.12"

env:
Expand Down
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/MichaelMure/mdr

go 1.11
go 1.12

require (
github.com/MichaelMure/go-term-markdown v0.0.0-20190724185251-8c4898998f89
Expand Down

0 comments on commit c54a243

Please sign in to comment.