Skip to content

Commit

Permalink
Merge pull request #9709 from hakman/go1.15rc2
Browse files Browse the repository at this point in the history
Update Go to v1.15rc2
  • Loading branch information
k8s-ci-robot authored Aug 8, 2020
2 parents d2f716c + ba66477 commit e5d8513
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc1
go-version: 1.15.0-rc2
stable: false

- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc1
go-version: 1.15.0-rc2
stable: false

- uses: actions/checkout@v2
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.0-rc1
go-version: 1.15.0-rc2
stable: false

- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
- linux
- osx
dist: focal
go: 1.15rc1
go: 1.15rc2

go_import_path: k8s.io/kops

Expand All @@ -19,6 +19,6 @@ jobs:
arch: amd64
os: linux
dist: focal
go: 1.15rc1
go: 1.15rc2
script:
- GOPROXY=https://proxy.golang.org make travis-ci
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ go_rules_dependencies()
go_download_sdk(
name = "go_sdk",
sdks = {
"darwin_amd64": ("go1.15rc1.darwin-amd64.tar.gz", "0572e053ed5fd6e8d6ed24f62832b747d46787288e146e8ba99b574b6e0d67b0"),
"linux_amd64": ("go1.15rc1.linux-amd64.tar.gz", "ac092ebb92f88366786063e68a9531d5eccac51371f9becb128f064721731b2e"),
"darwin_amd64": ("go1.15rc2.darwin-amd64.tar.gz", "c3b33843b6318c80a3d6e4007986aeeea7950f469a7bd6eed549b0633ba9e456"),
"linux_amd64": ("go1.15rc2.linux-amd64.tar.gz", "f41a08f630f018bc5d9fd100bd9899516e4965356c78165157eb0eda9a17ac09"),
},
)

Expand Down

0 comments on commit e5d8513

Please sign in to comment.