Merge pull request #232 from 9seconds/golangcilint-1.43.0

Golangcilint 1.43.0
This commit is contained in:
Sergey Arkhipov
2021-12-02 07:53:40 +04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.1
version: v1.43.0
docker:
name: Docker
+1 -1
View File
@@ -9,4 +9,4 @@ format = "colored-line-number"
[linters]
enable-all = true
disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
disable = ["ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
+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.1
GOLANGCI_LINT_VERSION := v1.43.0
VERSION_GO := $(shell go version)
VERSION_DATE := $(shell date -Ru)