diff --git a/Makefile b/Makefile index e0a559bc9..c54a228ee 100644 --- a/Makefile +++ b/Makefile @@ -95,4 +95,4 @@ install-tools-goreleaser: .bin .PHONY: update-deps update-deps: - @go get -u && go mod tidy + @go get -u && go mod tidy -go=1.17