Skip to content

Commit

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

chore(deps): bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
thinkgos authored Feb 18, 2024
2 parents c6b4e7c + 09299ce commit 1273d92
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@v3
uses: golangci/golangci-lint-action@v4
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest

0 comments on commit 1273d92

Please sign in to comment.