mirror of https://github.com/kubernetes/kops.git
Merge pull request #9733 from rifelpet/go-115
Upgrade CI jobs to go 1.15.0
This commit is contained in:
commit
b10c04d7d0
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ arch:
|
|||
- arm64
|
||||
os: linux
|
||||
dist: focal
|
||||
go: 1.15rc2
|
||||
go: 1.15
|
||||
|
||||
go_import_path: k8s.io/kops
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue