Skip to content

Commit

Permalink
Merge pull request #140 from Lyt99/feature/golangci-lint
Browse files Browse the repository at this point in the history
feat(ci): upgrade golangci-lint to v1.55.2
  • Loading branch information
jzwlqx authored Jan 8, 2024
2 parents 289c1c2 + 3e250c5 commit 9751cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.52.2
version: v1.55.2
args: --timeout 300s --skip-dirs test/skoop/e2e --skip-dirs-use-default -v -E goconst -E gofmt -E ineffassign -E goimports -E revive -E misspell -E vet -E deadcode

shellcheck:
Expand Down

0 comments on commit 9751cc0

Please sign in to comment.