diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05dbc45..7a0266a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,17 +15,13 @@ jobs: build: timeout-minutes: 5 runs-on: ubuntu-latest - strategy: - matrix: - go-version: - - "1.24" steps: - name: Checkout uses: actions/checkout@v5.0.0 - - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v5.5.0 + - name: Setup Go + uses: actions/setup-go@v6.0.0 with: - go-version: ${{ matrix.go-version }} + go-version-file: "go.mod" check-latest: true cache-dependency-path: go.sum - name: Display Go version