Skip to content

Commit

Permalink
remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 5, 2021
1 parent 7437508 commit c7a10ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,25 @@ jobs:
name: default
steps:
- checkout
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: make check-style

test:
executor:
name: default
steps:
- checkout
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: make test

build:
executor:
name: default
steps:
- checkout
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: make dist
- persist_to_workspace:
root: .
paths: ./dist/*.tar.gz
paths:
- ./dist/*.tar.gz

publish-github-release:
docker:
Expand Down

0 comments on commit c7a10ff

Please sign in to comment.