Skip to content

Commit e1a2e18

Browse files
authored
Merge pull request #21 from things-go/dependabot/github_actions/golangci/golangci-lint-action-6
chore(deps): bump golangci/golangci-lint-action from 5 to 6
2 parents 5066304 + 6380f6f commit e1a2e18

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@v5
15+
uses: golangci/golangci-lint-action@v6
1616
with: # BUG: typecheck error when enable all
1717
args: --disable-all -E goimports,misspell,whitespace
1818
version: latest

0 commit comments

Comments
 (0)