Skip to content

Commit

Permalink
Merge pull request #9733 from rifelpet/go-115
Browse files Browse the repository at this point in the history
Upgrade CI jobs to go 1.15.0
  • Loading branch information
k8s-ci-robot authored Aug 11, 2020
2 parents b7871e2 + 3afb390 commit b10c04d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arch:
- arm64
os: linux
dist: focal
go: 1.15rc2
go: 1.15

go_import_path: k8s.io/kops

Expand Down

0 comments on commit b10c04d

Please sign in to comment.