diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c551bbf..54b8cd9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: # Go should be installed before init phase. - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL