Skip to content

Commit 5d371cc

Browse files
author
Ivan Mirić
committed
Replace dep in CircleCI
1 parent b72ffed commit 5d371cc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ jobs:
1212
name: Check dependencies
1313
command: |
1414
go version
15-
export PATH="$GOPATH/bin:$PATH"
16-
mkdir -p "$GOPATH/bin"
17-
curl --fail https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
18-
dep version
19-
dep status
20-
case $(dep ensure 2>&1 | head -n 1) in Warning*) false ;; esac
21-
dep check
22-
15+
go mod verify
2316
2417
lint:
2518
docker:

0 commit comments

Comments
 (0)