Skip to content

Commit

Permalink
Use modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Aug 26, 2019
1 parent 840a62a commit 3acb7ab
Show file tree
Hide file tree
Showing 3,361 changed files with 144 additions and 2,032,974 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
jobs:
build:
docker:
Expand All @@ -12,9 +13,6 @@ jobs:

steps:
- checkout
- run:
name: Install dependencies
command: dep ensure
- run:
name: Run tests
command: go test -v -coverprofile=$HOME/coverage.out ./...
Expand Down
2 changes: 1 addition & 1 deletion .circleci/images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -qq \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*;

ENV GO111MODULE=on

RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
RUN go get github.com/mattn/goveralls
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
336 changes: 0 additions & 336 deletions Gopkg.lock

This file was deleted.

0 comments on commit 3acb7ab

Please sign in to comment.