From 146424b5da26eaed74ac967c07214885a6293c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:31:46 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.25 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 305f87237596a6367d9cd6b35f324b0d61be449e..8afffea8fc2182b5958f7f9dcd4f85da89b664ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.24" + go-version: "1.25" - name: Tidy modules run: go mod tidy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a60a3d46c8abff0dcfc296eb2f3e538884ba61c..095bb6e1d881496c89b805a8415113eb927dead7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.24" # Match the Go version in go.mod + go-version: "1.25" # Match the Go version in go.mod - name: Bump version and push tag id: tag_version