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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
)