upgrade all deps and keep go1.18 minimum (#2372)

This commit is contained in:
Harshavardhana
2022-10-11 15:02:43 -07:00
committed by GitHub
parent 915c10b4b8
commit d2d735c5c0
5 changed files with 344 additions and 1329 deletions

View File

@@ -137,7 +137,7 @@ jobs:
echo "replace github.com/minio/console => ../" >> go.mod
echo "updates to go.mod needed; to update it: go mod tidy"
go mod tidy
go mod tidy -compat=1.18
echo "Get git version to build MinIO Image";
VERSION=`git rev-parse HEAD`;
@@ -2392,7 +2392,7 @@ jobs:
echo "download golang x tools"
go mod download golang.org/x/tools
echo "go mod tidy compat mode"
go mod tidy -compat=1.17
go mod tidy -compat=1.18
echo "go build gocoverage.go"
go build gocovmerge.go
echo "put together the outs for final coverage resolution"