Browse Source

Update to golangci-lint 1.42.1

tags/v2.1.2^2
9seconds 4 years ago
parent
commit
eb32766c1f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml View File

83
       - name: Run linter
83
       - name: Run linter
84
         uses: golangci/golangci-lint-action@v2
84
         uses: golangci/golangci-lint-action@v2
85
         with:
85
         with:
86
-          version: v1.42.0
86
+          version: v1.42.1
87
 
87
 
88
   docker:
88
   docker:
89
     name: Docker
89
     name: Docker

+ 1
- 1
Makefile View File

2
 IMAGE_NAME   := mtg
2
 IMAGE_NAME   := mtg
3
 APP_NAME     := $(IMAGE_NAME)
3
 APP_NAME     := $(IMAGE_NAME)
4
 
4
 
5
-GOLANGCI_LINT_VERSION := v1.42.0
5
+GOLANGCI_LINT_VERSION := v1.42.1
6
 
6
 
7
 VERSION_GO         := $(shell go version)
7
 VERSION_GO         := $(shell go version)
8
 VERSION_DATE       := $(shell date -Ru)
8
 VERSION_DATE       := $(shell date -Ru)

Loading…
Cancel
Save