aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-02-05 15:19:56 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-02-05 15:32:55 +0100
commit54558fbe4b27a8e8bc81c3c6079ea7e89ac683ee (patch)
tree305c2652ede209697c2871c5b197a4d7f8f7affa
parent23d7b2d5c4281f54ffe351293f68fb5136013bcc (diff)
downloadpodman-54558fbe4b27a8e8bc81c3c6079ea7e89ac683ee.tar.gz
podman-54558fbe4b27a8e8bc81c3c6079ea7e89ac683ee.tar.bz2
podman-54558fbe4b27a8e8bc81c3c6079ea7e89ac683ee.zip
bump golangci-lint
Fixes: https://github.com/golangci/golangci-lint/issues/658 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5265653d..eb67d2665 100644
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,7 @@ endef
.install.golangci-lint: .gopathok
if [ ! -x "$(GOBIN)/golangci-lint" ]; then \
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.17.1; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.18.0; \
fi
.install.md2man: .gopathok