diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 15:19:56 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 15:32:55 +0100 |
commit | 54558fbe4b27a8e8bc81c3c6079ea7e89ac683ee (patch) | |
tree | 305c2652ede209697c2871c5b197a4d7f8f7affa | |
parent | 23d7b2d5c4281f54ffe351293f68fb5136013bcc (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |