Update golangci-lint to 1.41.1

This commit is contained in:
9seconds
2021-07-31 11:29:30 +03:00
parent 7c70fd8079
commit dc99dd165e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
IMAGE_NAME := mtg
APP_NAME := $(IMAGE_NAME)
GOLANGCI_LINT_VERSION := v1.40.1
GOLANGCI_LINT_VERSION := v1.41.1
VERSION_GO := $(shell go version)
VERSION_DATE := $(shell date -Ru)