chore: skip-go-installation to avoid error. remove build before lint
https://github.com/golangci/golangci-lint-action/issues/434#issuecomment-1086127909
This commit is contained in:
@@ -13,13 +13,11 @@ jobs:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ steps.go-version.outputs.go-version }}
|
||||
- name: Build executable
|
||||
run: |
|
||||
make build
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3.3.1
|
||||
with:
|
||||
version: v1.31
|
||||
skip-go-installation: true
|
||||
- name: Unit tests
|
||||
run: |
|
||||
make test race
|
||||
|
||||
Reference in New Issue
Block a user