소스 검색

use golangci-lint 1.45.2 (#1420)

mmetc 3 년 전
부모
커밋
7e36432bf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci_golangci-lint.yml

+ 1 - 1
.github/workflows/ci_golangci-lint.yml

@@ -24,7 +24,7 @@ jobs:
         uses: golangci/golangci-lint-action@v2
         uses: golangci/golangci-lint-action@v2
         with:
         with:
           # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
           # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
-          version: v1.29
+          version: v1.45.2
           # Optional: golangci-lint command line arguments.
           # Optional: golangci-lint command line arguments.
           args: --issues-exit-code=0 --timeout 5m
           args: --issues-exit-code=0 --timeout 5m
           only-new-issues: true
           only-new-issues: true