From 3cb9e3e08d3b43e49f07058649da7dfa15a1e260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:46:07 +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 c439afb..9588938 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 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