소스 검색

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

tags/v2.1.1
Sergey Arkhipov 4 년 전
부모
커밋
00bb7be900
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml 파일 보기

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

+ 1
- 1
Makefile 파일 보기

@@ -2,7 +2,7 @@ ROOT_DIR     := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2 2
 IMAGE_NAME   := mtg
3 3
 APP_NAME     := $(IMAGE_NAME)
4 4
 
5
-GOLANGCI_LINT_VERSION := v1.41.1
5
+GOLANGCI_LINT_VERSION := v1.42.0
6 6
 
7 7
 VERSION_GO         := $(shell go version)
8 8
 VERSION_DATE       := $(shell date -Ru)

Loading…
취소
저장