Skip to content

Commit c19c597

Browse files
authored
bazel build: use go 1.24 in go_sdk (#858)
1 parent e7f7299 commit c19c597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ go_rules_dependencies()
4848

4949
go_download_sdk(
5050
name = "go_sdk",
51-
version = "1.23.3",
51+
version = "1.24.1",
5252
)
5353

5454
go_register_toolchains()

0 commit comments

Comments
 (0)