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:
Roberto Abdelkader Martínez Pérez
2023-01-20 11:48:23 +01:00
parent a746fb834f
commit 93997249e4
+1 -3
View File
@@ -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