Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.63.1 (#2064)
Browse files Browse the repository at this point in the history
Upgrade your laptops with: brew install golangci-lint

This has a lot more autofixes, which makes it easier to adopt those
linters.

https://golangci-lint.run/product/changelog/#v1630
  • Loading branch information
denik authored Jan 2, 2025
1 parent 3f75240 commit d7f69f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2
version: v1.63.1
args: --timeout=15m

validate-bundle-schema:
Expand Down

0 comments on commit d7f69f6

Please sign in to comment.