We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163376d commit f3da7dbCopy full SHA for f3da7db
Makefile
@@ -75,7 +75,7 @@ default: install
75
# Create and update the vendor directory
76
.PHONY: vendor
77
vendor:
78
- go mod tidy -go $(GOVERSION).0
+ go mod tidy -go $(GOVERSION).2
79
go mod vendor
80
81
.PHONY: vendorcheck
0 commit comments