Add install linter target

This commit is contained in:
Imbus 2024-03-06 15:40:24 +01:00
parent 524baf90d2
commit 4cfb227a1e

View file

@ -41,3 +41,6 @@ clean: remove-podman-containers
[confirm]
podman-clean:
podman system reset --force
install-linter:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2