Bump dependencies

This commit is contained in:
Pinny
2025-01-24 14:01:08 +00:00
parent 69c6676d8f
commit de509db7be
9 changed files with 17 additions and 17 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.23.4@sha256:585103a29aa6d4c98bbb45d2446e1fdf41441698bbdf707d1801f5708e479f04
ARG BUILD_IMAGE=golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
# 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.22.0
toolchain go1.23.4
toolchain go1.23.5
require golang.org/x/mod v0.22.0