Skip to content

Commit e157b6b

Browse files
committed
update to Go 1.12.4
Kubernetes also requires 1.12. We pick the latest stable release for CI builds.
1 parent 0fafc66 commit e157b6b

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
@@ -4,7 +4,7 @@ services:
44
- docker
55
matrix:
66
include:
7-
- go: 1.11.1
7+
- go: 1.12.4
88
before_script:
99
- mkdir -p bin
1010
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep

0 commit comments

Comments
 (0)