Update go to v1.24.5 (#15561)

This commit is contained in:
Preston Van Loon
2025-08-04 10:17:59 -05:00
committed by GitHub
parent 149e220b61
commit 181df3995e
3 changed files with 5 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.24.0",
go_version = "1.24.5",
nogo = "@//:nogo",
)