diff options
author | Matej Vasek <mvasek@redhat.com> | 2021-02-09 19:23:32 +0100 |
---|---|---|
committer | Matej Vasek <mvasek@redhat.com> | 2021-02-10 13:25:40 +0100 |
commit | 68133414f42483c5122d2fe6916e179cbbb9d756 (patch) | |
tree | c90101746e07b03231cb4aa0993aee8c127aba32 /Makefile | |
parent | 2d829aeb1fe0dc19c45e796141ab78ff192b5dbb (diff) | |
download | podman-68133414f42483c5122d2fe6916e179cbbb9d756.tar.gz podman-68133414f42483c5122d2fe6916e179cbbb9d756.tar.bz2 podman-68133414f42483c5122d2fe6916e179cbbb9d756.zip |
[NO TESTS NEEDED] Update linter
Signed-off-by: Matej Vasek <mvasek@redhat.com>
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 |