Skip to content

Commit abda447

Browse files
authored
Merge pull request #2705 from halseth/travis-go-1.12
travis: use go 1.12.x
2 parents 232dd73 + 0082db4 commit abda447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
- $GOPATH/src/gopkg.in/alecthomas
99

1010
go:
11-
- "1.11.x"
11+
- "1.12.x"
1212

1313
env:
1414
global:

0 commit comments

Comments
 (0)