go version upgrade (#14161)

This commit is contained in:
Brindrajsinh Chauhan
2024-06-29 19:08:16 -04:00
committed by GitHub
parent 0d49f6c142
commit ca83d29eef
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.21.8",
go_version = "1.21.11",
nogo = "@//:nogo",
)