From 1eb568e72425257b0648e39cb7ed7a3331052522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:42:32 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dd50ca..6c2e1a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: 1.14.x + go-version: 1.26.x - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Tidy check