Skip to content

Commit

Permalink
Merge pull request #10853 from hakman/go-1.15.8
Browse files Browse the repository at this point in the history
Update Go to v1.15.8
  • Loading branch information
k8s-ci-robot authored Feb 17, 2021
2 parents 87fadb1 + 6df69cf commit 742c155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7
go-version: 1.15.8

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

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

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

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()

go_register_toolchains(
go_version = "1.15.7",
go_version = "1.15.8",
)

load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
Expand Down

0 comments on commit 742c155

Please sign in to comment.