Skip to content

Commit

Permalink
Merge pull request containers#19204 from Luap99/vendor-tidy
Browse files Browse the repository at this point in the history
go mod: no longer use 1.18
  • Loading branch information
openshift-merge-robot authored Jul 12, 2023
2 parents d3ac265 + 656ad76 commit c5006f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5006f4

Please sign in to comment.