Update go to 1.20.7 (#12707)

This commit is contained in:
Preston Van Loon 2023-08-08 16:39:22 -05:00 committed by GitHub
parent 8c08854dd0
commit 4541598850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,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.6",
go_version = "1.20.7",
nogo = "@//:nogo",
)