Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
update to Go 1.12.4
Browse files Browse the repository at this point in the history
Kubernetes also requires 1.12. We pick the latest stable release
for CI builds.
  • Loading branch information
pohly committed Apr 15, 2019
1 parent 0fafc66 commit e157b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
matrix:
include:
- go: 1.11.1
- go: 1.12.4
before_script:
- mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep
Expand Down

0 comments on commit e157b6b

Please sign in to comment.