diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da26d65..343bf65 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.22" + go-version-file: "go.mod" # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL