Skip to content

Commit

Permalink
restore checkvendor, update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jan 23, 2019
1 parent 6f19d95 commit 3d94956
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM golang:1.11-alpine
ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GOMETALINTER=2.0.11
ENV GOMETALINTER=2.0.12
ENV GOVERALLS=0.0.2
ENV GOLANGCI=1.12.3
ENV GOLANGCI=1.13

RUN \
apk add --no-cache --update tzdata git bash curl && \
Expand Down Expand Up @@ -41,6 +41,7 @@ RUN \
go install github.com/mattn/goveralls

ADD coverage.sh /script/coverage.sh
ADD checkvendor.sh /script/checkvendor.sh
ADD git-rev.sh /script/git-rev.sh

RUN chmod +x /script/coverage.sh /script/git-rev.sh
RUN chmod +x /script/coverage.sh /script/checkvendor.sh /script/git-rev.sh

0 comments on commit 3d94956

Please sign in to comment.