Skip to content

Commit

Permalink
Replace dep in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Aug 11, 2020
1 parent b72ffed commit 5d371cc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ jobs:
name: Check dependencies
command: |
go version
export PATH="$GOPATH/bin:$PATH"
mkdir -p "$GOPATH/bin"
curl --fail https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep version
dep status
case $(dep ensure 2>&1 | head -n 1) in Warning*) false ;; esac
dep check
go mod verify
lint:
docker:
Expand Down

0 comments on commit 5d371cc

Please sign in to comment.