Skip to content

Commit

Permalink
CI: Point where to install gometalinter expressly
Browse files Browse the repository at this point in the history
for breaking chnaging at gometalinter installer
alecthomas/gometalinter@8389125#diff-80423f13d45b53af35790ffc6009be4d

Signed-off-by: Shota SAWADA <xiootas@gmail.com>
  • Loading branch information
sawadashota committed Jan 26, 2019
1 parent 52266fc commit 9338b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
command: |
echo 'export GO111MODULE=on' >> $BASH_ENV
source $BASH_ENV
- run: curl -L https://git.io/vp6lP | sh
- run: curl -L https://git.io/vp6lP | sh -s -- -b ./bin
- run: mv ./bin/* $GOPATH/bin
- run: go mod download
- run: go mod vendor
Expand Down

0 comments on commit 9338b15

Please sign in to comment.