mirror of
https://github.com/containers/podman.git
synced 2025-07-25 09:05:00 +08:00
Merge pull request #19204 from Luap99/vendor-tidy
go mod: no longer use 1.18
This commit is contained in:
2
Makefile
2
Makefile
@ -308,7 +308,7 @@ build-all-new-commits:
|
||||
|
||||
.PHONY: vendor
|
||||
vendor:
|
||||
$(GO) mod tidy -compat=1.18
|
||||
$(GO) mod tidy
|
||||
$(GO) mod vendor
|
||||
$(GO) mod verify
|
||||
|
||||
|
Reference in New Issue
Block a user