Upgrade golangci-lint for 1.42

This commit is contained in:
9seconds
2021-08-27 18:05:51 +03:00
parent 9d72904508
commit e8c70603f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.41.1
version: v1.42.0
docker:
name: Docker
+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.41.1
GOLANGCI_LINT_VERSION := v1.42.0
VERSION_GO := $(shell go version)
VERSION_DATE := $(shell date -Ru)