Update go version to 1.20.6 (#12617)

This commit is contained in:
Preston Van Loon 2023-07-12 14:55:33 -05:00 committed by GitHub
parent f23e720a16
commit 490bd22b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,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.3",
go_version = "1.20.6",
nogo = "@//:nogo",
)