Skip to content

Commit

Permalink
changed protoc version back
Browse files Browse the repository at this point in the history
  • Loading branch information
miyatakazuya committed Jan 24, 2025
1 parent adb4e4d commit a7cbec2
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 @@ -23,7 +23,7 @@ install-linter:

install-protos:
sudo apt install protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
echo "You will need to set your PATH variable to include go installations, if you have not already done so."

install-fmter:
Expand Down

0 comments on commit a7cbec2

Please sign in to comment.