Merge pull request #12896 from hakman/go-1.17.4

Update Go to v1.17.4
This commit is contained in:
Kubernetes Prow Robot 2021-12-05 20:28:33 -08:00 committed by GitHub
commit 6278a472dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.4
- uses: actions/checkout@v2
with:
@ -33,7 +33,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.4
- uses: actions/checkout@v2
with:
@ -50,7 +50,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.4
- uses: actions/checkout@v2
with:
@ -67,7 +67,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.4
- uses: actions/checkout@v2
with:

View File

@ -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.17.3",
go_version = "1.17.4",
)
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")