Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #277 from rebuy-de/pr-bomb
Browse files Browse the repository at this point in the history
fix Jenkins build
  • Loading branch information
svenwltr authored Oct 15, 2018
2 parents 461a9b9 + d2d5bd3 commit 5fbd2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PATH /go/bin:$PATH
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin

# Install Go Tools
RUN go get -u github.com/golang/lint/golint
RUN go get -u golang.org/x/lint/golint

# Install Glide
RUN go get -u github.com/Masterminds/glide/...
Expand Down

0 comments on commit 5fbd2cb

Please sign in to comment.