Skip to content

Commit 1bf84e7

Browse files
committed
Force to use updated go version
1 parent 23ac557 commit 1bf84e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/vulncheck.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ jobs:
4646
uses: actions/setup-go@v5
4747
with:
4848
go-version: ${{ steps.get-go-version.outputs.go-version }}
49-
cache: true #
49+
cache: true
5050

5151
- name: Install tools and run make generate
5252
run: |
53+
export PATH=$(go env GOROOT)/bin:$PATH
5354
make install-tools
54-
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
5555
export PATH=$PATH:$(go env GOPATH)/bin
56+
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
5657
make generate
5758
env:
5859
GOTOOLCHAIN: local

0 commit comments

Comments
 (0)