We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9569 commit 23ac557Copy full SHA for 23ac557
.github/workflows/vulncheck.yml
@@ -42,6 +42,12 @@ jobs:
42
echo "Found $GO_VERSION"
43
echo "go-version="$GO_VERSION"" >> $GITHUB_OUTPUT
44
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
+
51
- name: Install tools and run make generate
52
run: |
53
make install-tools
0 commit comments