Skip to content

Commit

Permalink
Use gometalinter docker image now that it's updated (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott authored Oct 3, 2018
1 parent 3c7b7eb commit 51b22e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ jobs:

lint:
docker:
# TODO: use this image once it updates latest gometalinter
#- image: supinf/gometalinter:latest
- image: circleci/golang:1.10
- image: supinf/gometalinter:latest
working_directory: /go/src/github.com/CircleCI-Public/circleci-cli
environment:
CGO_ENABLED: 0
steps:
- checkout
- run: make dev
- run: gometalinter ./...

deploy:
Expand Down

0 comments on commit 51b22e1

Please sign in to comment.