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

go.mod: bump to Go 1.19
This commit is contained in:
CrazyMax
2023-02-11 22:47:51 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -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