From 4e28ac7c31226338be58cbe885a56909c10d65c3 Mon Sep 17 00:00:00 2001 From: Igor Shishkin Date: Sat, 24 Jan 2026 06:39:05 +0300 Subject: [PATCH] Update Go to 1.25.x Signed-off-by: Igor Shishkin --- .github/workflows/release.yml | 4 ++-- .github/workflows/verify.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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