From 578ac7601180741f3622003dbd3235c6fafe35c8 Mon Sep 17 00:00:00 2001 From: Seebs Date: Mon, 8 Apr 2019 11:33:21 -0500 Subject: [PATCH] don't call the golangci-lint workflow anymore If we're renaming golangci-lint to linter (since it's now our default linter), we no longer have a workflow named golangci-lint, so we shouldn't be calling it or requiring it from other workflows. --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d55e8704b..c7fe6e11b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,9 +132,6 @@ workflows: - check-license-headers: requires: - setup - - golangci-lint: - requires: - - setup - test-build-arm: requires: - setup @@ -162,7 +159,6 @@ workflows: requires: - linter - check-license-headers - - golangci-lint - test-golang-1.12 filters: tags: @@ -177,4 +173,3 @@ workflows: - linter - check-license-headers - test-golang-1.12 - - golangci-lint