Skip to content

Commit 087b38f

Browse files
authored
DEMO: change go sdk (#485)
* DEMO: change go sdk * test fail * fix test
1 parent 32cd5e7 commit 087b38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ use_repo(rules_ts_ext, "npm_typescript")
217217
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
218218
go_sdk.download(
219219
name = "go_sdk",
220-
version = "1.24.1",
220+
version = "1.24.0",
221221
)
222222
use_repo(go_sdk, "go_sdk")
223223

oci_go_image/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ func Compare(str1, str2 string) string {
1111
}
1212

1313
func main() {
14-
fmt.Println(Compare("Hello World", "Hello Yoga"))
14+
fmt.Println(Compare("Hello World", "Hello 333"))
1515
}

0 commit comments

Comments
 (0)