You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/08 04:51:52 UTC

[yetus] branch main updated: YETUS-1020. golangci-lint is crashing (#150)

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 1293341  YETUS-1020. golangci-lint is crashing (#150)
1293341 is described below

commit 1293341391d3c119980c1ac34a1ea38a6b023b70
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Wed Oct 7 21:51:45 2020 -0700

    YETUS-1020. golangci-lint is crashing (#150)
---
 precommit/src/main/shell/test-patch-docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile
index ba8db63..097b26b 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -314,7 +314,7 @@ RUN add-apt-repository -y ppa:longsleep/golang-backports \
     && rm -rf /var/lib/apt/lists/* \
     && 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.30.0) \
+    && (GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0) \
     && mv /root/go/bin/* /usr/local/bin \
     && rm -rf /root/go /root/.cache/go-build