From 3b80bb08bb0167c15c79fd9b73facfcaf783c574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:28:42 +0000 Subject: [PATCH] Update dependency go to 1.26 --- .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..333c0a604 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.26' - 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.26' - 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.26' - name: Checkout the repository uses: actions/checkout@v4