diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6e47538..05e8ea9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,6 +40,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Use latest Go version + uses: actions/setup-go@v4 + with: + go-version: 'stable' + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2