summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-21 13:20:46 +0100
committerGitHub <noreply@github.com>2022-03-21 13:20:46 +0100
commit18d333f53d9567ffc0e86af8eb512a0524e2b115 (patch)
tree5829d9072a19efc5cbb2027ac2da92ad2eb6428f /Makefile
parent248dbf6089922903d12553497a2faae27d1b503b (diff)
parent026bd9b2055fd65f7eabf1f2d435e43e3801cf84 (diff)
downloadpodman-18d333f53d9567ffc0e86af8eb512a0524e2b115.tar.gz
podman-18d333f53d9567ffc0e86af8eb512a0524e2b115.tar.bz2
podman-18d333f53d9567ffc0e86af8eb512a0524e2b115.zip
Merge pull request #13573 from vrothberg/golangci-lint
bump golangci-lint to v1.45.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 375586370..523bb30fb 100644
--- a/Makefile
+++ b/Makefile
@@ -882,7 +882,7 @@ install.tools: .install.goimports .install.gitvalidation .install.md2man .instal
.PHONY: .install.golangci-lint
.install.golangci-lint: .gopathok
- VERSION=1.36.0 GOBIN=$(GOBIN) ./hack/install_golangci.sh
+ VERSION=1.45.0 GOBIN=$(GOBIN) ./hack/install_golangci.sh
.PHONY: .install.bats
.install.bats: .gopathok