Skip to content

Commit

Permalink
Merge pull request #9878 from hakman/go-1.15.1
Browse files Browse the repository at this point in the history
Update Go to v1.15.1
  • Loading branch information
k8s-ci-robot authored Sep 7, 2020
2 parents d90c90c + 224e191 commit 1c7a6d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.0
go-version: 1.15.1

- 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.0
go-version: 1.15.1

- 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.0
go-version: 1.15.1

- 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.0
go-version: 1.15.1

- 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.15
go: 1.15.1

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.darwin-amd64.tar.gz", "8a5fb9c8587854a84957a79b9616070b63d8842d4001c3c7d86f261cd7b5ffb6"),
"linux_amd64": ("go1.15.linux-amd64.tar.gz", "2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602"),
"darwin_amd64": ("go1.15.1.darwin-amd64.tar.gz", "b33341df847b4a48da40d957437c87642d221dde28c6f810b1ce26b74be2f661"),
"linux_amd64": ("go1.15.1.linux-amd64.tar.gz", "70ac0dbf60a8ee9236f337ed0daa7a4c3b98f6186d4497826f68e97c0c0413f6"),
},
)

Expand Down

0 comments on commit 1c7a6d4

Please sign in to comment.