Skip to content

Commit 5066304

Browse files
authored
Merge pull request #20 from things-go/dependabot/github_actions/golangci/golangci-lint-action-5
chore(deps): bump golangci/golangci-lint-action from 4 to 5
2 parents a2231d0 + 9ac627f commit 5066304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run golangci-lint
15-
uses: golangci/golangci-lint-action@v4
15+
uses: golangci/golangci-lint-action@v5
1616
with: # BUG: typecheck error when enable all
1717
args: --disable-all -E goimports,misspell,whitespace
1818
version: latest

0 commit comments

Comments
 (0)