Sfoglia il codice sorgente

Merge pull request #202 from 9seconds/golangcilint-1.42

tags/v2.1.1
Sergey Arkhipov 4 anni fa
parent
commit
00bb7be900
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Makefile

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

70
       - name: Run linter
70
       - name: Run linter
71
         uses: golangci/golangci-lint-action@v2
71
         uses: golangci/golangci-lint-action@v2
72
         with:
72
         with:
73
-          version: v1.41.1
73
+          version: v1.42.0
74
 
74
 
75
   docker:
75
   docker:
76
     name: Docker
76
     name: Docker

+ 1
- 1
Makefile Vedi 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.41.1
5
+GOLANGCI_LINT_VERSION := v1.42.0
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…
Annulla
Salva