From 008e17cdff2f6e21ba62c56f2c14e3f476c03a22 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Thu, 4 Aug 2022 11:25:10 +0300 Subject: [PATCH] Update golangci-lint to 1.47.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a4c7a0..358d9e9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) IMAGE_NAME := mtg APP_NAME := $(IMAGE_NAME) -GOLANGCI_LINT_VERSION := v1.45.0 +GOLANGCI_LINT_VERSION := v1.47.3 VERSION := $(shell git describe --exact-match HEAD 2>/dev/null || git describe --tags --always) COMMON_BUILD_FLAGS := -trimpath -mod=readonly -ldflags="-extldflags '-static' -s -w -X 'main.version=$(VERSION)'"