Bump dependencies

This commit is contained in:
Pinny
2025-08-20 13:03:35 +00:00
parent e20c5beb47
commit 301c717d17
13 changed files with 74 additions and 74 deletions
+1 -1
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.5@sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282
ARG BUILD_IMAGE=golang:1.25.0@sha256:91e2cd436f7adbfad0a0cbb7bf8502fa863ed8461414ceebe36c6304731e0fd9
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46
# This is not currently using --platform to prepare to cross-compile because we use gcc below to build
+1 -1
View File
@@ -2,6 +2,6 @@ module go.pinniped.dev/update-go-mod
go 1.23.0
toolchain go1.24.5
toolchain go1.25.0
require golang.org/x/mod v0.26.0