From a54402bbca4d35e469daeb3ada62a2e2359d9bb9 Mon Sep 17 00:00:00 2001 From: "darcy.rayner" Date: Fri, 26 Jul 2019 13:37:55 -0400 Subject: [PATCH] Retrieve golint before applying linting --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab95f723..e942872b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: - image: circleci/golang:1.12.7 steps: - checkout + - run: go get -u golang.org/x/lint/golint - run: golint - run: go test -race -coverprofile=coverage.txt -covermode=atomic - run: bash <(curl -s https://codecov.io/bash)