Skip to content

Commit

Permalink
Merge pull request #21 from things-go/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-6

chore(deps): bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
thinkgos authored May 8, 2024
2 parents 5066304 + 6380f6f commit e1a2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest

0 comments on commit e1a2e18

Please sign in to comment.