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 325138a commit d88267fCopy full SHA for d88267f
.github/workflows/protobuf.yml
@@ -34,7 +34,7 @@ jobs:
34
sudo apt-get update
35
sudo apt-get install unzip
36
37
- wget -O /tmp/protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-x86_64.zip
+ wget -O /tmp/protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.3/protoc-21.3-linux-x86_64.zip
38
unzip /tmp/protoc.zip -d /tmp/protoc
39
40
go install google.golang.org/protobuf/cmd/[email protected]
0 commit comments