From a8bc4202c2e7aac845b2f36c92584ea6ad09278e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:20:51 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fe26d0..cdacc8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.22" + go-version: "1.26" cache: true cache-dependency-path: go.sum