diff --git a/Makefile b/Makefile index dc9730a..11b458c 100755 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ SHELL=/bin/bash -e -o pipefail PWD = $(shell pwd) # constants +# renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_VERSION = 2.7.2 all: git-hooks tidy ## Initializes all tools