Remove occurrence of gometalinter from CircleCI config.

This commit is contained in:
Martin Etmajer
2019-01-23 11:58:54 +01:00
parent f32b321fc0
commit bad07f2069

View File

@@ -23,8 +23,6 @@ jobs:
lint:
<<: *defaults
docker:
- image: quay.io/kubermatic/gometalinter:latest
steps:
- restore_cache:
key: repo-{{ .Environment.CIRCLE_SHA1 }}