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
No known key found for this signature in database
GPG Key ID: EB145DD938A3CAF2
1 changed files with 1 additions and 1 deletions

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