From c053b6367c8632a3d1fd90239f55f7e733b326cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:07:45 +0000 Subject: [PATCH] Update dependency go to v1.25.2 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaae3b2..b22a954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25.1" + go-version: "1.25.2" - name: Cache Go modules uses: actions/cache@v4 with: @@ -51,7 +51,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25.1" + go-version: "1.25.2" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: