Merge pull request #97 from pohly/go-1.15

switch to Go 1.15
This commit is contained in:
Kubernetes Prow Robot 2020-08-12 11:43:15 -07:00 committed by GitHub
commit 1fbb636cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ git:
depth: false
matrix:
include:
- go: 1.13.3
- go: 1.15
before_script:
- mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep