Skip to content

Commit 6e12a45

Browse files
mbgowen-mc
authored andcommitted
Go: Bump go_sdk to 1.24rc1 in MODULE.bazel
1 parent 2ca5c79 commit 6e12a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ use_repo(
248248
)
249249

250250
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
251-
go_sdk.download(version = "1.23.1")
251+
go_sdk.download(version = "1.24rc1")
252252

253253
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
254254
go_deps.from_file(go_mod = "//go/extractor:go.mod")

0 commit comments

Comments
 (0)