summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2023-10-11 16:09:02 -0400
committerGitHub <noreply@github.com>2023-10-11 20:09:02 +0000
commitfae195ac7eb9f4b0e9436384cd0529a11355e367 (patch)
tree5f96b9d358d12880b0574251ffdf9aae8f16723b
parent130f6d1f838900c12e1649e580aae817e8c2909e (diff)
ci: Force the Go version for govulncheck (#5879)
-rw-r--r--.github/workflows/lint.yml1
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