Skip to content

Commit 16c9d20

Browse files
authored
Merge pull request #324 from chaspy/fix-golang-ci-lint
Use golangci-lint action
2 parents 0a9cdab + e34628e commit 16c9d20

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Test
2424
run: go test -v ./...
2525

26-
- name: install lint
27-
run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2
28-
29-
- name: lint
30-
run: golangci-lint run
26+
- name: golangci-lint
27+
uses: golangci/golangci-lint-action@v3
28+
with:
29+
version: v1.35.2

0 commit comments

Comments
 (0)