Commit 82d108ac by Patrick Ohly

switch to Go 1.15

Go 1.15 was released and is the major version that Kubernetes 1.19.0 is going to use. There are probably bugs in the older 1.13.3 that were fixed, so we should update.
parent d8a25300
...@@ -6,7 +6,7 @@ git: ...@@ -6,7 +6,7 @@ git:
depth: false depth: false
matrix: matrix:
include: include:
- go: 1.13.3 - go: 1.15
before_script: before_script:
- mkdir -p bin - mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep - wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment