From fdec45bbf6a1af462aeab2a2fc5ef7e062d58c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:21:33 +0000 Subject: [PATCH] Update dependency go to 1.25 --- .github/workflows/prerequisites.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index f4a5a966d..16fefce77 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -7,7 +7,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Install goimports run: go install golang.org/x/tools/cmd/goimports@latest @@ -29,7 +29,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Checkout the repository uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Checkout the repository uses: actions/checkout@v4