diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a22f0..15ac4f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v6.2.0 with: - go-version: '1.25' + go-version: '1.26' - name: Run coverage run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a71f4df..e1b6438 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6.2.0 with: - go-version: '1.25' + go-version: '1.26' - name: Build run: go build -v ./...