Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YETUS-916. upgrade golangci-lint and prototool; rm go cache #74

Merged
merged 1 commit into from Sep 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions precommit/src/main/shell/test-patch-docker/Dockerfile
Expand Up @@ -261,10 +261,10 @@ RUN add-apt-repository -y ppa:longsleep/golang-backports \
&& rm -rf /var/lib/apt/lists/*
RUN go get -u github.com/mgechev/revive \
&& go get -u github.com/mrtazz/checkmake \
&& (GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0) \
&& (GO111MODULE=on go get github.com/uber/prototool/cmd/prototool@6a473a4f1d86e7c8ff6a844d7dc4f7c3f6207a3f) \
&& (GO111MODULE=on go get github.com/uber/prototool/cmd/prototool@7df3b957ffe3d09dc57fe4e1eb96694614db8c7a) \
&& (GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.19.1) \
&& mv /root/go/bin/* /usr/local/bin \
&& rm -rf /root/go
&& rm -rf /root/go /root/.cache/go-build

####
# YETUS CUT HERE
Expand Down