go mod: no longer use 1.18

1.18 is EOL and we should not have to set this since the current
versions should generate compatible go.sum files anyway.

This is an attempt to fix broken renovate PRs which create a different
go.sum and thus do not pass CI checks.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-07-12 10:33:32 +02:00
parent 5444073581
commit 656ad760f6

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