From dbf11540027cbcc609bcddf856c3856e54b5df0d Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Tue, 25 Oct 2022 11:02:29 -0400 Subject: [PATCH] Update .github/workflows/codeql.yml Co-authored-by: Augustin Husson Signed-off-by: Chris Aniszczyk --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4380b14..b5eb35b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,6 +39,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + - uses: actions/setup-go@v3 + with: + go-version: '>=1.19 <1.20' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL