Skip to content

Commit

Permalink
Lock down dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Apr 28, 2018
1 parent 44f34b7 commit dfbd94a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ jobs:
working_directory: /go/src/github.com/timdp/lwc
environment:
TEST_RESULTS: /tmp/test-results
DEP_VERSION: 0.4.1
steps:
- checkout
- run: mkdir -p $TEST_RESULTS
- restore_cache:
keys:
- v1-pkg-cache-{{ checksum "Gopkg.lock" }}
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: |
curl -L -s https://github.com/golang/dep/releases/download/v$DEP_VERSION/dep-linux-amd64 -o $GOPATH/bin/dep
chmod +x $GOPATH/bin/dep
- run: dep ensure
- run: go get github.com/jstemmer/go-junit-report
- run: go get github.com/mattn/goveralls
Expand Down

0 comments on commit dfbd94a

Please sign in to comment.