diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index e63343f..d6ff59b 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -41,20 +41,20 @@ jobs: run: go vet ./... - name: GolangCI-Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 if: github.event.name == 'pull_request' with: - version: 'v1.55.2' + version: 'v1.61.0' args: '--timeout 9999s' only-new-issues: true skip-pkg-cache: true skip-build-cache: true - name: GolangCI-Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 if: github.event.name != 'pull_request' with: - version: 'v1.55.2' + version: 'v1.61.0' args: '--timeout 9999s' skip-pkg-cache: true skip-build-cache: true