Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #234 from ernelio/fix/lint_killed
Browse files Browse the repository at this point in the history
[fix] lint killed
  • Loading branch information
ernelio authored Jul 1, 2020
2 parents 88faf59 + d3fa003 commit 70c0b43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,17 @@ executors:

jobs:
lint:
executor: ritchie-executor
executor: ritchie-tests-executor
steps:
- checkout
- run:
name: Install golangci-lint
command: |
download=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
wget -O- -q $download | sh -s -- -b /go/bin/ v1.24.0
wget -O- -q $download |sudo sh -s -- -b /go/bin/ v1.24.0
- run:
name: lint
command: |
go mod download
/go/bin/golangci-lint run
horus:
executor: horus-executor
Expand Down

0 comments on commit 70c0b43

Please sign in to comment.