Update Go to v1.16.10

This commit is contained in:
Ciprian Hacman 2021-11-16 07:29:06 +02:00 committed by John Gardiner Myers
parent b8ae2fd947
commit d08df9c457
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.16.8
go-version: 1.16.10
- uses: actions/checkout@v2
with:
@ -33,7 +33,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.16.8
go-version: 1.16.10
- uses: actions/checkout@v2
with:
@ -50,7 +50,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.16.8
go-version: 1.16.10
- uses: actions/checkout@v2
with:
@ -67,7 +67,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.16.8
go-version: 1.16.10
- 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.16.8",
go_version = "1.16.10",
)
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")