From 29d9e4fc8a727ac2f1c831ddd0e032d506b2c803 Mon Sep 17 00:00:00 2001 From: Kuba Date: Wed, 20 Dec 2023 13:52:57 +0100 Subject: [PATCH] feat(BUX-420): explanation of go version issue in codeql gh action --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ea3b129..8af4d0d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,6 +36,8 @@ jobs: # a pull request then we can check out the head. fetch-depth: 2 + # GH Actions runner uses go1.20 by default, so we need to install our own version. + # https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087 - name: Install Go from go.mod uses: actions/setup-go@v5 with: