Merge pull request #1713 from vmware-tanzu/jtc/bump-some-things
Bump some stray dependencies
This commit is contained in:
commit
6310dde4f5
@ -4,7 +4,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Prepare to cross-compile by always running the build stage in the build platform, not the target platform.
|
||||
FROM --platform=$BUILDPLATFORM golang:1.21.1 as build-env
|
||||
FROM --platform=$BUILDPLATFORM golang:1.21.2 as build-env
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# This is not currently using --platform to prepare to cross-compile because we use gcc below to build
|
||||
# platform-specific GCO code. This makes multi-arch builds slow due to target platform emulation.
|
||||
FROM golang:1.21.1 as build-env
|
||||
FROM golang:1.21.2 as build-env
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
|
@ -2,4 +2,4 @@ module go.pinniped.dev/update-go-mod
|
||||
|
||||
go 1.20
|
||||
|
||||
require golang.org/x/mod v0.12.0
|
||||
require golang.org/x/mod v0.13.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
|
||||
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
|
||||
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||
|
Loading…
Reference in New Issue
Block a user