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

fix: rename Seek to SeekOffset fix go vet check issue

This commit is contained in:
dudaodong
2024-02-20 11:39:41 +08:00
parent da24bae6b4
commit 27d19d1717
3 changed files with 4 additions and 6 deletions

View File

@@ -3,11 +3,9 @@ on:
push:
branches:
- main
# - v2
pull_request:
branches:
- main
# - v2
jobs:
build:
runs-on: ubuntu-latest
@@ -17,7 +15,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.19"
- name: Run coverage
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
- name: Run govet