go.mod: bump to Go 1.19
@ -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