Merge pull request #9733 from rifelpet/go-115

Upgrade CI jobs to go 1.15.0
This commit is contained in:
Kubernetes Prow Robot 2020-08-11 16:59:45 -07:00 committed by GitHub
commit b10c04d7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -16,8 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc2
stable: false
go-version: 1.15.0
- uses: actions/checkout@v2
with:
@ -34,8 +33,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc2
stable: false
go-version: 1.15.0
- uses: actions/checkout@v2
with:
@ -52,8 +50,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc2
stable: false
go-version: 1.15.0
- uses: actions/checkout@v2
with:
@ -70,8 +67,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc2
stable: false
go-version: 1.15.0
- uses: actions/checkout@v2
with:

View File

@ -4,7 +4,7 @@ arch:
- arm64
os: linux
dist: focal
go: 1.15rc2
go: 1.15
go_import_path: k8s.io/kops