Skip to content

Commit

Permalink
Upgrade protobuf to v3.9.1 for AppVeyor
Browse files Browse the repository at this point in the history
We can now switch back to a current version of the protocol since the
PR protocolbuffers/protobuf#5044 has been
merged to master a released.
  • Loading branch information
zmoog committed Aug 7, 2019
1 parent bd20ce6 commit 1b15aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
# protobuf tooling needed at test time. We use a very old version of the compiler
# because of this: https://github.com/protocolbuffers/protobuf/issues/3957
- go get github.com/golang/protobuf/protoc-gen-go
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win32.zip
- 7z x protoc.zip -o%PROTOC_PATH%

test_script:
Expand Down

0 comments on commit 1b15aa0

Please sign in to comment.