diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d5399..71dc939 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,10 @@ jobs: ci: name: Build, test, lint, and scan runs-on: ubuntu-latest - continue-on-error: ${{ matrix.go == '1.27rc1' }} strategy: fail-fast: false matrix: - go: ["1.25", "1.26", "1.27rc1"] + go: ["1.25", "1.26", "1.27"] steps: - name: Check out repository @@ -38,7 +37,7 @@ jobs: run: go mod download - name: Run golangci-lint - continue-on-error: ${{ matrix.go == '1.27rc1' }} + continue-on-error: ${{ matrix.go == '1.27' }} uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: v2.12.2