Merge pull request #12753 from hakman/go-1.17.3

Update Go to v1.17.3
This commit is contained in:
Kubernetes Prow Robot 2021-11-15 22:23:25 -08:00 committed by GitHub
commit e9368feab4
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.2
go-version: 1.17.3
- uses: actions/checkout@v2
with:
@ -33,7 +33,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.2
go-version: 1.17.3
- uses: actions/checkout@v2
with:
@ -50,7 +50,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.2
go-version: 1.17.3
- uses: actions/checkout@v2
with:
@ -67,7 +67,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17.2
go-version: 1.17.3
- 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.2",
go_version = "1.17.3",
)
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")