From e2e10e1bfc276b5d6060eba4779178af4fb32173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:39:19 +0900 Subject: [PATCH] chore(ci): update golangci-lint --- .github/workflows/test_and_lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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