Skip to content

Commit bd840ff

Browse files
committed
installing only what is required
1 parent 1bf84e7 commit bd840ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vulncheck.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- name: Install tools and run make generate
5252
run: |
5353
export PATH=$(go env GOROOT)/bin:$PATH
54-
make install-tools
54+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.32.0
55+
go install github.com/maxbrunsfeld/counterfeiter/v6@v6.11.2
56+
go install github.com/bufbuild/buf/cmd/buf@v1.30.1
5557
export PATH=$PATH:$(go env GOPATH)/bin
5658
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
5759
make generate

0 commit comments

Comments
 (0)