diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 509106d..8e42ce1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: "1.20.1" # Replace with your Go version + go-version: "1.23" # Replace with your Go version cache: true - name: Initialize CodeQL