deps: update Go to v1.24.2

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-04-09 08:48:56 +02:00
parent bfab84ce1c
commit 876b9d002e
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
git
# Install Go
ARG GO_VER=1.23.6
ARG GO_VER=1.24.2
RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -22,7 +22,7 @@ go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
name = "go_sdk",
patches = ["//3rdparty/bazel/org_golang:go_tls_max_handshake_size.patch"],
version = "1.23.6",
version = "1.24.2",
)
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2
go 1.23.6
go 1.24.2
// TODO(daniel-weisse): revert after merging https://github.com/martinjungblut/go-cryptsetup/pull/16.
replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c

View File

@ -1,6 +1,6 @@
go 1.23.6
go 1.24.2
toolchain go1.23.6
toolchain go1.24.2
use (
.

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2/hack/tools
go 1.23.6
go 1.24.2
require (
github.com/google/go-licenses v1.6.0