Skip to content

Commit

Permalink
fix: gogo protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed May 15, 2023
1 parent e007e36 commit e23ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: arduino/setup-protoc@v1

- name: Install the protoc-gen-gofast binary
run: go get github.com/gogo/protobuf/protoc-gen-gofast
run: go get github.com/gogo/protobuf/protoc-gen-gofast && go install github.com/gogo/protobuf/protoc-gen-gofast

- name: Generate certs
run: go generate ./...
Expand Down

0 comments on commit e23ed6e

Please sign in to comment.