diff --git a/Makefile b/Makefile index 6f62f6d..ee9e746 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ANTLR_VERSION=4.13.1 TMP_DIR := .cache LINT_VERSION ?= 1.60.1 -TRUECLOUDLAB_LINT_VERSION ?= 0.0.6 +TRUECLOUDLAB_LINT_VERSION ?= 0.0.7 OUTPUT_LINT_DIR ?= $(shell pwd)/bin LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION)