diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-10 10:26:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 10:26:39 -0500 |
commit | 871562f9fe0d9b2b8975bd30ac07f94054f8bef9 (patch) | |
tree | 2efcf8a7e0ab05fd6e22a88a38b8ed071d41f05b /Makefile | |
parent | b4ca924365869d73aecd10bb99656b99ab8bf0ae (diff) | |
parent | 68133414f42483c5122d2fe6916e179cbbb9d756 (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |