Skip to content

Commit 45df650

Browse files
committed
ci: add missing go tools to offlinedocs build step
1 parent e300b03 commit 45df650

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,10 @@ jobs:
573573

574574
- name: Install go tools
575575
run: |
576+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
577+
go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
578+
go install golang.org/x/tools/cmd/goimports@latest
579+
go install github.com/mikefarah/yq/v4@v4.30.6
576580
go install github.com/golang/mock/mockgen@v1.6.0
577581
578582
- name: Setup sqlc

0 commit comments

Comments
 (0)