Skip to content

Commit

Permalink
Use gogoprotobuf in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Apr 28, 2020
1 parent 04adb9f commit fa4107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- run: go get -u github.com/golang/protobuf/protoc-gen-go
- run: go get -u github.com/gogo/protobuf/protoc-gen-gofast
- run: curl -sL https://git.io/goreleaser | bash

# Build website artifacts
Expand Down

0 comments on commit fa4107e

Please sign in to comment.