소스 검색

Update golangci-lint version to 1.61.0

DarthSim 10 달 전
부모
커밋
d9e88fff1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/lint.yml

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

@@ -27,7 +27,7 @@ jobs:
       - name: Lint
         uses: golangci/golangci-lint-action@v3
         with:
-          version: v1.57.2
+          version: v1.61.0
           args: --timeout 5m0s
           skip-cache: true
         env: