Skip to content

Commit 23ac557

Browse files
committed
updating go version as per mod file
1 parent 06c9569 commit 23ac557

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vulncheck.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
echo "Found $GO_VERSION"
4343
echo "go-version="$GO_VERSION"" >> $GITHUB_OUTPUT
4444
45+
- name: Setup Go environment
46+
uses: actions/setup-go@v5
47+
with:
48+
go-version: ${{ steps.get-go-version.outputs.go-version }}
49+
cache: true #
50+
4551
- name: Install tools and run make generate
4652
run: |
4753
make install-tools

0 commit comments

Comments
 (0)