We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9cdab commit e34628eCopy full SHA for e34628e
.github/workflows/go.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Test
24
run: go test -v ./...
25
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
+ - name: golangci-lint
+ uses: golangci/golangci-lint-action@v3
+ with:
+ version: v1.35.2
0 commit comments