diff --git a/Makefile b/Makefile index 4bb3fbc..d9aacce 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REPO ?= $(shell go list -m) VERSION ?= $(shell git describe --tags --dirty --match "v*" --always 2>/dev/null || cat VERSION 2>/dev/null || echo "develop") GO_VERSION ?= 1.19 -LINT_VERSION ?= 1.46.2 +LINT_VERSION ?= 1.49.0 BINDIR = bin # Binaries to build