Skip to content

Commit

Permalink
gosdk: upgrade to 1.23.2 (#7718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Oct 10, 2024
1 parent aced08e commit c8084f4
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.1")
go_sdk.download(version = "1.23.2")
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_toolchai

go_rules_dependencies()

GO_SDK_VERSION = "1.23.1"
GO_SDK_VERSION = "1.23.2"

# 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.1
go 1.23.2

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 c8084f4

Please sign in to comment.