Skip to content

Commit

Permalink
🌱 Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 in the githu…
Browse files Browse the repository at this point in the history
…b-actions group (#742)
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent f118655 commit 4af2db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run linter
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
args: --config=.golangci.yml
version: ${{ env.GOLANGCI_LINT_VERSION }}
Expand Down
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
issues:
include:
# revive `package-comments` and `exported` rules.
Expand All @@ -18,8 +18,6 @@ issues:
# Default: 3
max-same-issues: 0
new-from-rev: ""
skip-files:
- cron/data/request.pb.go # autogenerated
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 4af2db8

Please sign in to comment.