mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
update actions to .23
This commit is contained in:
parent
88dce52921
commit
507e604582
1 changed files with 3 additions and 3 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -8,9 +8,9 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: "1.23"
|
||||
- name: Run tests with coverage
|
||||
run: go test -coverprofile=coverage.out -covermode=count ./...
|
||||
- uses: codecov/codecov-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue