Update go to 1.20.10 (#13120)

This commit is contained in:
Preston Van Loon 2023-10-25 21:31:12 -05:00 committed by GitHub
parent 7e88eefc60
commit 5de8ec4600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.20.9",
go_version = "1.20.10",
nogo = "@//:nogo",
)