From 2c8cac7b600fc16956c0623a8f2ea190dd87bb0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:38:56 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b36d1fa..fd58d87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.16' + go-version: '1.25' - name: Check tidied run: | go mod download