From f0c4b46bf91a93c07f3bbe79d99cf96dd14ef540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 6 Nov 2023 13:08:55 +0000 Subject: [PATCH] use same version of Go toolchain in CodeQL build --- .github/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4c4af6ba..437ca022 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -47,6 +47,9 @@ jobs: language: ["go"] steps: - uses: "actions/checkout@v3" + - uses: "authzed/actions/setup-go@main" + with: + go-version: "${{ env.GO_VERSION }}" - uses: "authzed/actions/codeql@main" trivy-fs: