mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
bump golangci-lint
Fixes: https://github.com/golangci/golangci-lint/issues/658 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:

committed by
Matthew Heon

parent
2c4c7b64fe
commit
b1fe6d971f
2
Makefile
2
Makefile
@ -479,7 +479,7 @@ endef
|
||||
|
||||
.install.golangci-lint: .gopathok
|
||||
if [ ! -x "$(GOBIN)/golangci-lint" ]; then \
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.17.1; \
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.18.0; \
|
||||
fi
|
||||
|
||||
.install.md2man: .gopathok
|
||||
|
Reference in New Issue
Block a user