Skip to content

Commit

Permalink
downgrade tools/cmd/stringer
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-malachyn committed Feb 5, 2025
1 parent a15f38f commit 1eaa00e
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 @@ -86,7 +86,7 @@ install-tools: check-go-version install-mock-generators
go install github.com/golang/protobuf/[email protected]; \
go install github.com/uber/prototool/cmd/[email protected]; \
go install github.com/gogo/protobuf/protoc-gen-gofast@latest; \
go install golang.org/x/tools/cmd/stringer@master;
go install golang.org/x/tools/cmd/stringer@v0.20.0;

.PHONY: verify-mocks
verify-mocks: tidy generate-mocks
Expand Down

0 comments on commit 1eaa00e

Please sign in to comment.