Skip to content

Commit 43261db

Browse files
committed
chore: install more tools
1 parent b5a8aba commit 43261db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/go-setup-tools/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ description: This action installs the tools needed for the go project
55
runs:
66
using: composite
77
steps:
8-
- name: Install gotestsum
8+
- name: Install tools
99
shell: bash
1010
run: |
1111
go install gotest.tools/[email protected]
12+
go install github.com/bufbuild/buf/cmd/[email protected]
13+
go install google.golang.org/protobuf/cmd/[email protected]
14+
go install google.golang.org/grpc/cmd/[email protected]
1215
1316
1417

0 commit comments

Comments
 (0)