Skip to content

Commit e517b90

Browse files
authored
Merge pull request pquerna#250 from HaraldNordgren/go_versions
Bump Go versions and use 1.n.x to get latest minor versions
2 parents af8b230 + 0e8e539 commit e517b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ install:
77
script: make clean && make lint && make test && make test
88

99
go:
10-
- "1.10"
10+
- "1.10.x"
11+
- "1.11.x"
1112

1213
env:
1314
- GO15VENDOREXPERIMENT=1

0 commit comments

Comments
 (0)