diff --git a/Makefile b/Makefile index f4e3849..494bf5f 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.10.0 +GOLANGCI_VERSION = 2.10.1 all: git-hooks tidy ## Initializes all tools out: