diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-21 13:20:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 13:20:46 +0100 |
commit | 18d333f53d9567ffc0e86af8eb512a0524e2b115 (patch) | |
tree | 5829d9072a19efc5cbb2027ac2da92ad2eb6428f /Makefile | |
parent | 248dbf6089922903d12553497a2faae27d1b503b (diff) | |
parent | 026bd9b2055fd65f7eabf1f2d435e43e3801cf84 (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |