diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c07787..9839476 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.25.x' - name: Install dependencies run: go mod download - name: Test with the Go CLI @@ -47,7 +47,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.25.x' - name: Install dependencies run: go mod download - name: Build & Publish release release diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4ff1d10..db3caa5 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.25.x' - name: Install dependencies run: go mod download - name: Test with the Go CLI @@ -39,7 +39,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22.x' + go-version: '1.25.x' - name: Install dependencies run: go mod download - name: Build project against .goreleaser.yaml