Skip to content

Commit

Permalink
Bump golangci-lint version to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Apr 24, 2021
1 parent 9dc12d4 commit 7cc3951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: go mod tidy && git diff -s --exit-code go.sum
- uses: golangci/[email protected]
with:
version: v1.37.1
version: latest
args: --timeout=3m0s
skip-go-installation: true
skip-pkg-cache: true
skip-build-cache: true
- name: Run tests
run: go test -race -v ./...

0 comments on commit 7cc3951

Please sign in to comment.