author | Alberto Bertogli
<albertito@blitiri.com.ar> 2023-11-17 09:49:44 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2023-11-17 09:49:44 UTC |
parent | 395325aeacf1df11d9fb7bf55212ec0e0491484f |
.github/workflows/govulncheck.yaml | +6 | -0 |
diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 3e92978..39b7260 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -18,4 +18,10 @@ jobs: - id: govulncheck uses: golang/govulncheck-action@v1 with: + # Use the latest available Go version, and disable the cache + # (because it often interferes with finding it). + # This helps reduce false positives when there are security issues + # in the Go distribution itself. + go-version-input: 'stable' check-latest: true + cache: false