From db04521d01f99dbc396f94a285b161c73d7a6269 Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Tue, 21 May 2024 17:44:08 -0700 Subject: [PATCH] build: specify go version in govulncheck action (#2889) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: specify go version in govulncheck action using `go-version-file: go.mod` --------- Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com> --- .github/workflows/govulncheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 901049a527..ff6fb649ac 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -22,3 +22,4 @@ jobs: with: repo-checkout: false cache: false + go-version-file: go.mod