diff --git a/Makefile b/Makefile index da98f56..35a3729 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) # constants # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_VERSION = 2.11.3 +GOLANGCI_VERSION = 2.11.4 all: git-hooks tidy ## Initializes all tools out: