Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update workflows to use setup-go@v4 #4482

Merged
merged 14 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
add tidy as prerequisite for verify-mocks
  • Loading branch information
gomisha committed Jun 14, 2023
commit f157f2c7ad22f6fe9b7c2d65a89c8fcbbd9d96f9
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install-tools: crypto_setup_gopath check-go-version install-mock-generators
go install golang.org/x/tools/cmd/stringer@master;

.PHONY: verify-mocks
verify-mocks: generate-mocks
verify-mocks: tidy generate-mocks
git diff --exit-code

############################################################################################
Expand Down