update go 1.20.9 (#13009)

This commit is contained in:
Preston Van Loon 2023-10-05 17:11:05 -05:00 committed by GitHub
parent c1c0cd040c
commit de0c7e6256
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.7",
go_version = "1.20.9",
nogo = "@//:nogo",
)