Merge pull request #19204 from Luap99/vendor-tidy

go mod: no longer use 1.18
This commit is contained in:
OpenShift Merge Robot
2023-07-12 06:26:47 -04:00
committed by GitHub

View File

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