From 106cc27d08cc8f0bd8432182683e438bb32d2bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:21:05 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/release.yml | 2 +- .github/workflows/verifier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d17947..1d47133 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: # go.mod ([F28]); proxy.golang.org serves it. No sibling checkout. - uses: actions/setup-go@v6 with: - go-version: "1.22" + go-version: "1.26" cache: true - name: Resolve version + commit diff --git a/.github/workflows/verifier.yml b/.github/workflows/verifier.yml index 20a14f9..c7c7f91 100644 --- a/.github/workflows/verifier.yml +++ b/.github/workflows/verifier.yml @@ -19,7 +19,7 @@ jobs: # go.mod ([F28]); proxy.golang.org serves it. No sibling checkout. - uses: actions/setup-go@v6 with: - go-version: "1.22" + go-version: "1.26" cache: true - name: Vet