Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Apr 11, 2022
1 parent ed863b5 commit 3f203d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.43
version: v1.45
args: --timeout=10m
skip-go-installation: true
- name: test
run: go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 15m
run: go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 10m
- name: Send coverage report
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 3f203d2

Please sign in to comment.