From 1990af9d87a4be6c7383050bbf1622f518eee36b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:08:45 +0000 Subject: [PATCH] Update dependency go to 1.24 --- .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..c8f234fda 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.24' - 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.24' - 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.24' - name: Checkout the repository uses: actions/checkout@v4