Skip to content

Commit 259703c

Browse files
committed
Bump compat SDK
1 parent b20b48d commit 259703c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

WORKSPACE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ go_rules_dependencies()
2929

3030
go_register_toolchains(version = "1.24.0")
3131

32+
# Required since nogo depends on golang.org/x/tools, which needs to be at
33+
# least version 0.30.0 to be compatible with Go 1.24, but references
34+
# types.Info.FileVersions, which was only added to Go 1.22.
35+
3236
go_download_sdk(
3337
name = "rules_go_internal_compatibility_sdk",
34-
version = "1.19.13",
38+
version = "1.22.12",
3539
)
3640

3741
go_register_nogo(

tests/core/compatibility/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ go_binary(
77

88
go_cross_binary(
99
name = "hello_old",
10-
sdk_version = "1.19",
10+
sdk_version = "1.22",
1111
target = ":hello",
1212
)

0 commit comments

Comments
 (0)