diff options
author | Francis Lavoie <lavofr@gmail.com> | 2023-10-11 16:09:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 20:09:02 +0000 |
commit | fae195ac7eb9f4b0e9436384cd0529a11355e367 (patch) | |
tree | 5f96b9d358d12880b0574251ffdf9aae8f16723b | |
parent | 130f6d1f838900c12e1649e580aae817e8c2909e (diff) |
ci: Force the Go version for govulncheck (#5879)
-rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 51389c7..e636e07 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,4 +57,5 @@ jobs: - name: govulncheck uses: golang/govulncheck-action@v1 with: + go-version-input: '~1.21.0' check-latest: true |