Skip to content

Commit 1625242

Browse files
committed
build: upgrade go to 1.24.1, go modules
1 parent bb088bf commit 1625242

File tree

4 files changed

+248
-304
lines changed

4 files changed

+248
-304
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
211211

212212
go_rules_dependencies()
213213

214-
go_register_toolchains(version = "1.23.0")
214+
go_register_toolchains(version = "1.24.1")
215215

216216
http_archive(
217217
name = "bazel_gazelle",

0 commit comments

Comments
 (0)