Ver código fonte

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

tags/v2.1.1
Sergey Arkhipov 5 anos atrás
pai
commit
00bb7be900
Nenhuma conta vinculada ao e-mail do autor do commit
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml Ver arquivo

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 Ver arquivo

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)

Carregando…
Cancelar
Salvar