Skip to content

Commit dfd7578

Browse files
committed
ci: 更新 go.yml
1 parent 8d67346 commit dfd7578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
13-
go: ['1.17.x', '1.22.x']
13+
go: ['1.17.x', '1.23.x']
1414

1515
steps:
1616

@@ -30,7 +30,7 @@ jobs:
3030
run: go test -v -coverprofile='coverage.txt' -covermode=atomic ./...
3131

3232
- name: Upload Coverage report
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
3434
with:
3535
token: ${{secrets.CODECOV_TOKEN}}
3636
file: ./coverage.txt

0 commit comments

Comments
 (0)