From dc99dd165e3a81d9bd36fc24c43ee4d0d62f1521 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sat, 31 Jul 2021 11:29:30 +0300 Subject: [PATCH] Update golangci-lint to 1.41.1 --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3590ed3..7a12ddb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 with: - version: v1.40.1 + version: v1.41.1 docker: name: Docker diff --git a/Makefile b/Makefile index 1455961..137c111 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.40.1 +GOLANGCI_LINT_VERSION := v1.41.1 VERSION_GO := $(shell go version) VERSION_DATE := $(shell date -Ru)