Skip to content

Commit

Permalink
chore(ci): update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 8, 2024
1 parent ba0396a commit e2e10e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e2e10e1

Please sign in to comment.