Skip to content

Commit

Permalink
Merge pull request #10210 from hakman/automated-cherry-pick-of-#10209…
Browse files Browse the repository at this point in the history
…-upstream-release-1.19

Automated cherry pick of #10209: Update Go to v1.15.4
  • Loading branch information
k8s-ci-robot committed Nov 11, 2020
2 parents dd415df + 5cf892f commit 0cb0b64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 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.2
go-version: 1.15.4

- uses: actions/checkout@v2
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.2
go-version: 1.15.4

- uses: actions/checkout@v2
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.2
go-version: 1.15.4

- uses: actions/checkout@v2
with:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.15.2
go-version: 1.15.4

- uses: actions/checkout@v2
with:
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: go
arch:
- amd64
- arm64
arch: arm64
os: linux
dist: focal
go: 1.15.2
go: 1.15.4

go_import_path: k8s.io/kops

Expand Down
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.15.2.darwin-amd64.tar.gz", "9bd39600d9fa1fa4a5ccce8761d249f7421cffe671376f791293c4138f3d7c62"),
"linux_amd64": ("go1.15.2.linux-amd64.tar.gz", "b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552"),
"darwin_amd64": ("go1.15.4.darwin-amd64.tar.gz", "aaf8c5323e0557211680960a8f51bedf98ab9a368775a687d6cf1f0079232b1d"),
"linux_amd64": ("go1.15.4.linux-amd64.tar.gz", "eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5"),
},
)

Expand Down

0 comments on commit 0cb0b64

Please sign in to comment.