ci: add missing go tools to offlinedocs build step (#11034)

This commit is contained in:
Cian Johnston
2023-12-05 12:03:29 +00:00
committed by GitHub
parent e300b036be
commit 1b2ed5bc9b
+4
View File
@@ -573,6 +573,10 @@ jobs:
- name: Install go tools
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/mikefarah/yq/v4@v4.30.6
go install github.com/golang/mock/mockgen@v1.6.0
- name: Setup sqlc