We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8016f5 commit a23e53eCopy full SHA for a23e53e
.github/workflows/ci-release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v4
16
with:
17
- go-version: '1.23'
+ go-version: '1.25'
18
- name: Test
19
run: make test
20
go.mod
@@ -2,7 +2,7 @@ module github.com/baizeai/kcover
2
3
go 1.23.0
4
5
-toolchain go1.23.2
+toolchain go1.25.3
6
7
require (
8
github.com/jellydator/ttlcache/v3 v3.3.0
0 commit comments