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 47c37a2 commit e5ce36fCopy full SHA for e5ce36f
.github/workflows/go.yml
@@ -47,11 +47,3 @@ jobs:
47
- name: Build
48
run: go build -v ./...
49
continue-on-error: ${{ matrix.allow-failure }}
50
-
51
- - name: Install golangci-lint
52
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
53
- continue-on-error: ${{ matrix.allow-failure }}
54
55
- - name: Run golangci-lint
56
- run: $(go env GOPATH)/bin/golangci-lint run --verbose
57
0 commit comments