diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0abb9f3..822e0ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 with: - version: v1.42.0 + version: v1.42.1 docker: name: Docker diff --git a/Makefile b/Makefile index 60f1424..7766789 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.42.0 +GOLANGCI_LINT_VERSION := v1.42.1 VERSION_GO := $(shell go version) VERSION_DATE := $(shell date -Ru)