diff --git a/.github/workflows/benchmark-profile.yml b/.github/workflows/benchmark-profile.yml index 38f9629..92e9282 100644 --- a/.github/workflows/benchmark-profile.yml +++ b/.github/workflows/benchmark-profile.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' - name: Install dependencies run: | diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 030bd9c..7e4ec7d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,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 @@ -64,7 +64,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 benchmarks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4acb46..b51ba2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,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: Verify dependencies @@ -86,7 +86,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' - name: Publish Go module env: