From 2bc2d1adda1fb8de7fcf709632c3a32edb13f135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:13:10 +0000 Subject: [PATCH] Update dependency go to 1.25 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7cc8ac..0b5fb78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Setup go uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' - run: make test - name: Archive code coverage results uses: actions/upload-artifact@v4