Skip to content

Commit

Permalink
Update Go versions in Travis
Browse files Browse the repository at this point in the history
* Updated the versions of Go we run on to reflect our support protocol
  • Loading branch information
boyan-soubachov committed Jun 5, 2020
1 parent 3184a9e commit f654a91
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Expand Up @@ -4,18 +4,14 @@ os: linux
jobs:
include:
- go: "1.10.x"
- go: "1.11.x"
env: GO111MODULE=off
- go: "1.11.x"
env: GO111MODULE=on
- go: "1.12.x"
env: GO111MODULE=off
- go: "1.12.x"
env: GO111MODULE=on
- go: "1.13.x"
env: GO111MODULE=off
- go: "1.13.x"
env: GO111MODULE=on
- go: "1.14.x"
env: GO111MODULE=off
- go: "1.14.x"
env: GO111MODULE=on
- go: master
env: GO111MODULE=on
- go: master
Expand Down

0 comments on commit f654a91

Please sign in to comment.