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

Commit 7e944c8

Browse files
committed
chore(ci): install dep correctly on ci
1 parent 7fcb574 commit 7e944c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
pwd: /go/src/github.com/inloco/kafka-elasticsearch-injector
5656
- run:
5757
name: "Install dep"
58-
command: go get -u github.com/golang/dep/...
58+
command: curl https://raw.githubusercontent.com/golang/dep/v0.5.0/install.sh | sh
5959
pwd: /go/src/github.com/inloco/kafka-elasticsearch-injector
6060
- restore_cache:
6161
keys:
@@ -109,4 +109,4 @@ jobs:
109109
docker tag "${DOCKER_REPO}:ci" "${DOCKER_REPO}:$(cat VERSION)-$(cat HEAD)"
110110
docker push "${DOCKER_REPO}:$(cat VERSION)-$(cat HEAD)"
111111
fi
112-
pwd: /go/src/github.com/inloco/kafka-elasticsearch-injector
112+
pwd: /go/src/github.com/inloco/kafka-elasticsearch-injector

0 commit comments

Comments
 (0)