소스 검색

Update golangci-lit version and increase timeout in GH Actions

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

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

@@ -34,8 +34,8 @@ jobs:
       - name: Lint
         uses: golangci/golangci-lint-action@v3
         with:
-          version: v1.45.2
-          args: --timeout 2m0s
+          version: v1.46.2
+          args: --timeout 5m0s
           skip-cache: true
         env:
           LD_LIBRARY_PATH: "${{ env.LD_LIBRARY_PATH }}:/root/vips/${{ matrix.vips-version }}/lib"