From e6c4b7e6c3bf4e53cf5b336e2e7a60fe02b042f6 Mon Sep 17 00:00:00 2001 From: Blaine Gardner Date: Wed, 8 May 2024 08:01:57 -0600 Subject: [PATCH] ci: update go version for govulncheck Update the version of Go used for govulncheck to get the latest CVE fix present in Go v1.22.3. Signed-off-by: Blaine Gardner (cherry picked from commit f21f3f549c2ad3505a26bbb4d77d680a2520258d) --- .github/workflows/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e32f1456083f..9d273fc9e563 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22.2" + go-version: "1.22" check-latest: true - name: govulncheck uses: golang/govulncheck-action@v1