1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-06 13:42:28 +08:00

fix: fix go vet issue, method Unwrap() []error

This commit is contained in:
dudaodong
2024-02-20 11:41:58 +08:00
parent 27d19d1717
commit c88fd3db86

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- name: Run coverage
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
- name: Run govet