From aa37ef17222ba7e2d6453340f681d3827dee4868 Mon Sep 17 00:00:00 2001 From: booleanmaybe Date: Wed, 8 Apr 2026 14:30:55 -0400 Subject: [PATCH] upgrade CI go version to 1.25.x --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cca61af..9747c25 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go-version: ['1.24.x'] + go-version: ['1.25.x'] steps: - name: Checkout code @@ -43,7 +43,7 @@ jobs: go test -coverprofile=coverage.out -covermode=atomic $pkgs - name: Upload coverage to Codecov - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24.x' + if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.25.x' uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -62,7 +62,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' cache: true - name: Run golangci-lint @@ -82,7 +82,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' cache: true - name: Build