Skip to content

Commit 2a0a701

Browse files
deps: bump Go to v1.24.6 (#3910)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
1 parent 8cb17d9 commit 2a0a701

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

3rdparty/gcp-guest-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
66
git
77

88
# Install Go
9-
ARG GO_VER=1.24.4
9+
ARG GO_VER=1.24.6
1010
RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \
1111
tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
1212
rm go${GO_VER}.linux-amd64.tar.gz

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
2323
go_sdk.download(
2424
name = "go_sdk",
2525
patches = ["//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"],
26-
version = "1.24.4",
26+
version = "1.24.6",
2727
)
2828

2929
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/edgelesssys/constellation/v2
22

3-
go 1.24.4
3+
go 1.24.6
44

55
// TODO(daniel-weisse): revert after merging https://github.com/martinjungblut/go-cryptsetup/pull/16.
66
replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
go 1.24.4
1+
go 1.24.6
22

3-
toolchain go1.24.4
3+
toolchain go1.24.6
44

55
use (
66
.

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/edgelesssys/constellation/v2/hack/tools
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/google/go-licenses v1.6.0

0 commit comments

Comments
 (0)