From 6099c3ed32d9f6368f786c99706b65237d9ef828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:11:06 +0000 Subject: [PATCH] Update go toolchain directive --- .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 313d481..9bef368 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26' + go-version: '1.27' - name: Test run: make test-all diff --git a/go.mod b/go.mod index 5501ddd..5960f1a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/baizeai/kcover go 1.26.0 -toolchain go1.26.5 +toolchain go1.27.1 require ( github.com/jellydator/ttlcache/v3 v3.4.1