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