Update unit-test.yml

This commit is contained in:
Ruidy 2023-06-07 15:11:21 +02:00 committed by GitHub
parent d5426ad3cb
commit 541e707861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- name: Run tests with coverage
run: go test -coverprofile=coverage.out -covermode=count ./...
- uses: codecov/codecov-action@v2