From a7c30b24efe04477d76bdb898a1cac3c7ac46b50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 04:31:24 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.25.x --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f4f981..264af0b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: 1.17.x + go-version: 1.25.x - name: Checkout code uses: actions/checkout@v4 - name: Test code