From 6d91233784e3a092364f63e40b085cbe7c8d6962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:16:43 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.1 --- .github/workflows/ci-release.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 7d4a5e5..aa13257 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.23' + go-version: '1.26' - name: Test run: make test diff --git a/go.mod b/go.mod index 8130261..dcfd611 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/baizeai/kcover go 1.23.0 -toolchain go1.23.2 +toolchain go1.26.1 require ( github.com/jellydator/ttlcache/v3 v3.3.0