summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-06-15 19:50:39 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-06-15 19:58:30 +0200
commit21819254ddb7d48f3483cadcecb20a63d1db8cd7 (patch)
treeb099423296b2282910ae5febffdb3c8a3026d1ad /Makefile
parent08f35dab5a1dc961992430373415492cf7c1963a (diff)
downloadpodman-21819254ddb7d48f3483cadcecb20a63d1db8cd7.tar.gz
podman-21819254ddb7d48f3483cadcecb20a63d1db8cd7.tar.bz2
podman-21819254ddb7d48f3483cadcecb20a63d1db8cd7.zip
golangci-lint: update to v1.46.2
Update to the latest golangci-lint version. v1.46 added new linters. I disabled nonamedreturns and exhaustruct since they enforce a certain code style and using them would require big changes to the code base. The nosprintfhostport is new and I fixed one problem in the tests. While the test itself is fine because it uses ipv4 only the linter still looks good because the sprintf use will fail for ipv6 addresses. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3810459b0..38ea7a256 100644
--- a/Makefile
+++ b/Makefile
@@ -829,7 +829,7 @@ install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install n
.PHONY: .install.golangci-lint
.install.golangci-lint:
- VERSION=1.45.2 ./hack/install_golangci.sh
+ VERSION=1.46.2 ./hack/install_golangci.sh
.PHONY: .install.md2man
.install.md2man: