Skip to content

Commit 4d575e0

Browse files
committed
ci: 支持 go1.25 的测试
1 parent dfd7578 commit 4d575e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
test:
77
name: Test
88
runs-on: ${{ matrix.os }}
9-
9+
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
13-
go: ['1.17.x', '1.23.x']
13+
go: ['1.17.x', '1.25.x']
1414

1515
steps:
1616

@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Vet
2727
run: go vet -v ./...
28-
28+
2929
- name: Test
3030
run: go test -v -coverprofile='coverage.txt' -covermode=atomic ./...
3131

0 commit comments

Comments
 (0)