Skip to content

Commit 4cf5f1d

Browse files
committed
Fix install of golangci-lint
golangci/golangci-lint#575
1 parent 159e802 commit 4cf5f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
displayName: 'Get dependencies, then build'
4848
4949
- script: |
50-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
50+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.17.1
5151
golangci-lint run -v
5252
workingDirectory: '$(modulePath)'
5353
displayName: 'Get golangci-lint, then lint'

0 commit comments

Comments
 (0)