mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
Merge pull request #1557 from crazy-max/gomod-1.19
go.mod: bump to Go 1.19
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user