Update go to 1.21.6 (#13440)

This commit is contained in:
Preston Van Loon
2024-01-10 03:37:40 -06:00
committed by GitHub
parent 4fe6834ba5
commit 69723b4a77

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.5",
go_version = "1.21.6",
nogo = "@//:nogo",
)