From 634a305b56b44b49c1beab578595ec8aaf8a1113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:26:54 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 77b0b53..0bd8b30 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.26 - name: Setup gotestsum uses: autero1/action-gotestsum@v2.0.0