Skip to content

Commit a23e53e

Browse files
chore(deps): update dependency go to v1.25.3
1 parent b8016f5 commit a23e53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.23'
17+
go-version: '1.25'
1818
- name: Test
1919
run: make test
2020

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/baizeai/kcover
22

33
go 1.23.0
44

5-
toolchain go1.23.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/jellydator/ttlcache/v3 v3.3.0

0 commit comments

Comments
 (0)