From 7cb5116e2a12dbf52f32ded998ffc586d5d98ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:12:50 +0000 Subject: [PATCH] Update go toolchain directive to v1.27.0 --- .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..c7770f3 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.0 require ( github.com/jellydator/ttlcache/v3 v3.4.1