Skip to content

Commit 4af2db8

Browse files
🌱 Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 in the github-actions group (#742)
1 parent f118655 commit 4af2db8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
go-version: ${{ env.GO_VERSION }}
4848
- name: Run linter
49-
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
49+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
5050
with:
5151
args: --config=.golangci.yml
5252
version: ${{ env.GOLANGCI_LINT_VERSION }}

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
run:
33
concurrency: 6
4-
deadline: 5m
4+
timeout: 5m
55
issues:
66
include:
77
# revive `package-comments` and `exported` rules.
@@ -18,8 +18,6 @@ issues:
1818
# Default: 3
1919
max-same-issues: 0
2020
new-from-rev: ""
21-
skip-files:
22-
- cron/data/request.pb.go # autogenerated
2321
linters:
2422
disable-all: true
2523
enable:

0 commit comments

Comments
 (0)