From 694f7e1a2dbc5c3eb044a949eae5ecdfaff950f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:40:52 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.25 --- .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 77b0b53..24f0725 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.25 - name: Setup gotestsum uses: autero1/action-gotestsum@v2.0.0