We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ac557 commit 1bf84e7Copy full SHA for 1bf84e7
.github/workflows/vulncheck.yml
@@ -46,13 +46,14 @@ jobs:
46
uses: actions/setup-go@v5
47
with:
48
go-version: ${{ steps.get-go-version.outputs.go-version }}
49
- cache: true #
+ cache: true
50
51
- name: Install tools and run make generate
52
run: |
53
+ export PATH=$(go env GOROOT)/bin:$PATH
54
make install-tools
- echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
55
export PATH=$PATH:$(go env GOPATH)/bin
56
+ echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
57
make generate
58
env:
59
GOTOOLCHAIN: local
0 commit comments