summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-10 10:26:39 -0500
committerGitHub <noreply@github.com>2021-02-10 10:26:39 -0500
commit871562f9fe0d9b2b8975bd30ac07f94054f8bef9 (patch)
tree2efcf8a7e0ab05fd6e22a88a38b8ed071d41f05b /Makefile
parentb4ca924365869d73aecd10bb99656b99ab8bf0ae (diff)
parent68133414f42483c5122d2fe6916e179cbbb9d756 (diff)
downloadpodman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.gz
podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.bz2
podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.zip
Merge pull request #9294 from matejvasek/update_linter
Update golangci-lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9674afe4..33099fac7 100644
--- a/Makefile
+++ b/Makefile
@@ -619,7 +619,7 @@ endef
.PHONY: .install.golangci-lint
.install.golangci-lint: .gopathok
- VERSION=1.18.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh
+ VERSION=1.36.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh
.PHONY: .install.bats
.install.bats: .gopathok