Merge pull request #1557 from crazy-max/gomod-1.19

go.mod: bump to Go 1.19
pull/1271/head
CrazyMax 2 years ago committed by GitHub
commit 04804ff355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
module github.com/docker/buildx
go 1.17
go 1.19
require (
github.com/aws/aws-sdk-go-v2/config v1.15.5

@ -13,7 +13,7 @@ RUN --mount=target=/context \
--mount=target=/go/pkg/mod,type=cache <<EOT
set -e
rsync -a /context/. .
go mod tidy -compat=1.17
go mod tidy
go mod vendor
mkdir /out
cp -r go.mod go.sum vendor /out

Loading…
Cancel
Save