From f8f9d0e3d160da8b320ca44c66c51f237bebf2de Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 17 Sep 2019 13:33:54 -0500 Subject: [PATCH] Update golangci-lint --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d16202a05..159ad545e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: <<: *defaults steps: - *fast-checkout - - run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.13.2 + - run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.18.0 - run: sudo cp bin/golangci-lint /usr/local/bin/ - run: make golangci-lint test-build-arm: