Skip to content

Commit

Permalink
install golangci-lint for integration tests (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jul 26, 2022
1 parent d735432 commit a3e806e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ steps:
go install github.com/AlekSi/[email protected]
go install github.com/matm/[email protected]
go install github.com/fzipp/gocyclo/cmd/[email protected]
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.2
displayName: 'Install Dependencies'
- script: |
set -e
Expand Down

0 comments on commit a3e806e

Please sign in to comment.