From b62dca65468c8013b408c2b49e1b53330df5cb46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:40:49 +0000 Subject: [PATCH] =?UTF-8?q?Update=20go=20(=201.23.12=20=E2=86=92=201.26.0?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ------------------- | ------- | ------ | | github-releases | actions/go-versions | 1.23.12 | 1.26.0 | Signed-off-by: Davide Rutigliano --- .github/workflows/ci.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b2bdbcc..33e8f0b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.23" + go-version: "1.26" - name: Build Golang Binary run: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 648796dc..9d6e76de 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.23" + go-version: "1.26" # Build Golang binary - name: Build Golang Binary diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32739e0d..a02dda4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.23" + go-version: "1.26" # Build Golang binary - name: Build Golang Binary