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 1605445 commit edece8bCopy full SHA for edece8b
.github/workflows/coder.yaml
@@ -51,6 +51,7 @@ jobs:
51
with:
52
go-version: "^1.17"
53
- run: go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
54
+ - run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
55
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.20
56
- run: "make --output-sync -j gen"
57
- run: ./scripts/check_unstaged.sh
0 commit comments