Skip to content

Commit 9399724

Browse files
committed
chore: skip-go-installation to avoid error. remove build before lint
golangci/golangci-lint-action#434 (comment)
1 parent a746fb8 commit 9399724

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: ${{ steps.go-version.outputs.go-version }}
16-
- name: Build executable
17-
run: |
18-
make build
1916
- name: Lint
2017
uses: golangci/[email protected]
2118
with:
2219
version: v1.31
20+
skip-go-installation: true
2321
- name: Unit tests
2422
run: |
2523
make test race

0 commit comments

Comments
 (0)