Skip to content

Commit edece8b

Browse files
committed
Install protoc-gen-go
1 parent 1605445 commit edece8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
go-version: "^1.17"
5353
- run: go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
54+
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
5455
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.20
5556
- run: "make --output-sync -j gen"
5657
- run: ./scripts/check_unstaged.sh

0 commit comments

Comments
 (0)