Bump dependencies

This commit is contained in:
Pinny
2025-04-03 13:02:37 +00:00
parent 68a2df41ed
commit b139a458fd
9 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
# See https://go.googlesource.com/go/+/dev.boringcrypto/README.boringcrypto.md
# and https://kupczynski.info/posts/fips-golang/ for details.
ARG BUILD_IMAGE=golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268
ARG BUILD_IMAGE=golang:1.24.2@sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
# This is not currently using --platform to prepare to cross-compile because we use gcc below to build

View File

@@ -2,6 +2,6 @@ module go.pinniped.dev/update-go-mod
go 1.23.0
toolchain go1.24.1
toolchain go1.24.2
require golang.org/x/mod v0.24.0