Skip to content

Commit

Permalink
gosdk: upgrade to 1.23.4 (#8005)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Dec 4, 2024
1 parent cb2a336 commit 8c219d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ single_version_override(
)

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.23.3")
go_sdk.download(version = "1.23.4")
go_sdk.nogo(nogo = "@//:vet")
use_repo(
go_sdk,
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_nogo", "

go_rules_dependencies()

GO_SDK_VERSION = "1.23.3"
GO_SDK_VERSION = "1.23.4"

# Register multiple Go SDKs so that we can perform cross-compilation remotely.
# i.e. We might want to trigger a Linux AMD64 Go build remotely from a MacOS ARM64 laptop.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/buildbuddy-io/buildbuddy

go 1.23.3
go 1.23.4

replace (
github.com/awslabs/soci-snapshotter => github.com/buildbuddy-io/soci-snapshotter v0.7.0-buildbuddy // keep in sync with buildpatches/com_github_awslabs_soci_snapshotter.patch
Expand Down

0 comments on commit 8c219d2

Please sign in to comment.