Skip to content

Commit f654a91

Browse files
Update Go versions in Travis
* Updated the versions of Go we run on to reflect our support protocol
1 parent 3184a9e commit f654a91

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ os: linux
44
jobs:
55
include:
66
- go: "1.10.x"
7-
- go: "1.11.x"
8-
env: GO111MODULE=off
9-
- go: "1.11.x"
10-
env: GO111MODULE=on
11-
- go: "1.12.x"
12-
env: GO111MODULE=off
13-
- go: "1.12.x"
14-
env: GO111MODULE=on
157
- go: "1.13.x"
168
env: GO111MODULE=off
179
- go: "1.13.x"
1810
env: GO111MODULE=on
11+
- go: "1.14.x"
12+
env: GO111MODULE=off
13+
- go: "1.14.x"
14+
env: GO111MODULE=on
1915
- go: master
2016
env: GO111MODULE=on
2117
- go: master

0 commit comments

Comments
 (0)