diff --git a/Makefile b/Makefile index ae32622b..26a8ba1c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ VERSION = $(shell git describe --always --long --dirty) # https://github.com/golangci/golangci-lint#install # https://github.com/golangci/golangci-lint/releases/latest -GOLANGCI_LINT_VERSION = v1.25.1 +GOLANGCI_LINT_VERSION = v1.29.0 # The default `go build` process embeds debugging information. Building # without that debugging information reduces the binary size by around 28%.