Skip to content

Commit

Permalink
Drop support for Go 1.10 and Go 1.9
Browse files Browse the repository at this point in the history
The golang.org/x/tools package seems to have dropped support for
these old Gos, so we will be supporting only Go 1.11 and higher.

Signed-off-by: Eric Chlebek <eric@sensu.io>
  • Loading branch information
echlebek committed Jun 19, 2020
1 parent 77437ce commit 175c8b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sudo: false

matrix:
include:
- go: "1.9.x"
- go: "1.10.x"
- go: "1.11.x"
env: {GO111MODULE: "off"}
- go: "1.11.x"
Expand Down

0 comments on commit 175c8b8

Please sign in to comment.