From 21125ebadaf68b5d9763a427f78e0eaf81cbee3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:12:43 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8798f31..f5b211a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go 1.17 uses: actions/setup-go@v1 with: - go-version: 1.17 + go-version: 1.26 - name: Check out code into the Go module directory uses: actions/checkout@v1