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