From a3e806ebc363f7c911fd99379ad988ad450628bc Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Tue, 26 Jul 2022 15:37:55 -0700 Subject: [PATCH] install golangci-lint for integration tests (#269) --- eng/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/integration-tests.yml b/eng/integration-tests.yml index 8128f14f..8cacf901 100644 --- a/eng/integration-tests.yml +++ b/eng/integration-tests.yml @@ -30,6 +30,7 @@ steps: go install github.com/AlekSi/gocov-xml@v1.0.0 go install github.com/matm/gocov-html@v0.0.0-20200509184451-71874e2e203b go install github.com/fzipp/gocyclo/cmd/gocyclo@v0.6.0 + 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