Skip to content

Commit acadcf8

Browse files
committed
Add more golang versions for build
1 parent 2bc7e7f commit acadcf8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ dist: bionic
22
language: go
33

44
go:
5-
- "1.13"
5+
- "1.9.x"
6+
- "1.10.x"
7+
- "1.11.x"
8+
- "1.12.x"
9+
- "1.13.x"
610

711
branches:
812
only:
@@ -11,7 +15,7 @@ branches:
1115
env:
1216
global:
1317
- GO111MODULE=on
14-
- GOPROXY=https://goproxy.io
18+
- GOPROXY=https://proxy.golang.org,direct
1519

1620
install: make bootstrap
1721

0 commit comments

Comments
 (0)