diff --git a/.circleci/config.yml b/.circleci/config.yml index 30b2ef5e4..8524a0afd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,14 +70,6 @@ jobs: - checkout-plus - skip-if-root-unchanged - run: make check-license-headers - linter: - executor: - name: golang - steps: - - checkout-plus - - skip-if-root-unchanged - - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.31.0 - - run: make golangci-lint go-mod-tidy: executor: name: golang @@ -235,10 +227,6 @@ workflows: filters: tags: only: /^v.*/ - - linter: - context: molecula - requires: - - setup - check-license-headers: context: molecula requires: