Skip to content

Commit

Permalink
Upgrade golangci-lint for 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Aug 27, 2021
1 parent 9d72904 commit e8c7060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8c7060

Please sign in to comment.