File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change
1
+ name : " Setup Go tools"
2
+ description : |
3
+ Set up tools for `make gen` and `offlinedocs`
4
+ runs :
5
+ using : " composite"
6
+ steps :
7
+ - name : go install tools
8
+ shell : bash
9
+ run : |
10
+ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
11
+ go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
12
+ go install golang.org/x/tools/cmd/goimports@v0.31.0
13
+ go install github.com/mikefarah/yq/v4@v4.44.3
14
+ go install go.uber.org/mock/mockgen@v0.5.0
Original file line number Diff line number Diff line change @@ -249,12 +249,7 @@ jobs:
249
249
uses : ./.github/actions/setup-tf
250
250
251
251
- name : go install tools
252
- run : |
253
- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
254
- go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
255
- go install golang.org/x/tools/cmd/goimports@v0.31.0
256
- go install github.com/mikefarah/yq/v4@v4.44.3
257
- go install go.uber.org/mock/mockgen@v0.5.0
252
+ uses : ./.github/actions/setup-go-tools
258
253
259
254
- name : Install Protoc
260
255
run : |
@@ -860,12 +855,7 @@ jobs:
860
855
uses : ./.github/actions/setup-go
861
856
862
857
- name : Install go tools
863
- run : |
864
- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
865
- go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
866
- go install golang.org/x/tools/cmd/goimports@v0.31.0
867
- go install github.com/mikefarah/yq/v4@v4.44.3
868
- go install go.uber.org/mock/mockgen@v0.5.0
858
+ uses : ./.github/actions/setup-go-tools
869
859
870
860
- name : Setup sqlc
871
861
uses : ./.github/actions/setup-sqlc
You can’t perform that action at this time.
0 commit comments