Skip to content

Commit

Permalink
Align required Go version in docs with go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig committed Sep 1, 2020
1 parent 5a11da2 commit 9e97010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

go:
- 1.13.x
- 1.14.x

before_install:
- go mod download
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.
#### Build on host

Requirements:
- go 1.13 or newer
- go 1.14 or newer
- GNU make
- git

Expand Down

0 comments on commit 9e97010

Please sign in to comment.