Update to golangci-lint 1.42.1

This commit is contained in:
9seconds
2021-10-05 10:51:15 +03:00
parent 787d72cf52
commit eb32766c1f
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.42.0
GOLANGCI_LINT_VERSION := v1.42.1
VERSION_GO := $(shell go version)
VERSION_DATE := $(shell date -Ru)