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 159e802 commit 4cf5f1dCopy full SHA for 4cf5f1d
azure-pipelines.yml
@@ -47,7 +47,7 @@ steps:
47
displayName: 'Get dependencies, then build'
48
49
- script: |
50
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
+ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.17.1
51
golangci-lint run -v
52
workingDirectory: '$(modulePath)'
53
displayName: 'Get golangci-lint, then lint'
0 commit comments