diff options
author | Francis Lavoie <[email protected]> | 2023-10-11 16:09:02 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-11 20:09:02 +0000 |
commit | fae195ac7eb9f4b0e9436384cd0529a11355e367 (patch) | |
tree | 5f96b9d358d12880b0574251ffdf9aae8f16723b /.github/workflows/lint.yml | |
parent | 130f6d1f838900c12e1649e580aae817e8c2909e (diff) | |
download | caddy-fae195ac7eb9f4b0e9436384cd0529a11355e367.tar.gz caddy-fae195ac7eb9f4b0e9436384cd0529a11355e367.zip |
ci: Force the Go version for govulncheck (#5879)
Diffstat (limited to '.github/workflows/lint.yml')
-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 51389c785..e636e07aa 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 |