From dda1fa3e18dccea128c75c2cbf4c282ce1b57481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:38:57 +0000 Subject: [PATCH] Update dependency go to v1.25.3 --- .github/workflows/push.yml | 2 +- .github/workflows/release-tagged.yml | 2 +- .github/workflows/release-untagged.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b36f895..82a17a8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.22.2 uses: actions/setup-go@v6 with: - go-version: 1.25.2 + go-version: 1.25.3 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index 39cd531..c4dba17 100644 --- a/.github/workflows/release-tagged.yml +++ b/.github/workflows/release-tagged.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.23.2 uses: actions/setup-go@v6 with: - go-version: 1.25.2 + go-version: 1.25.3 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index 7e38671..abed9d7 100644 --- a/.github/workflows/release-untagged.yml +++ b/.github/workflows/release-untagged.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.23.2 uses: actions/setup-go@v6 with: - go-version: 1.25.2 + go-version: 1.25.3 id: go - name: Check out code into the Go module directory