From b32aba8530f569d10104ca90b3e4bfa0bbf766ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:05:01 +0000 Subject: [PATCH] Update dependency go to v1.25.3 (#22) 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 b22a954..0c9e8ba 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.2" + go-version: "1.25.3" - 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.2" + go-version: "1.25.3" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: