Skip to content

Commit

Permalink
golangci-lint: Bump v1.60.3 -> v1.62.2 (#1191)
Browse files Browse the repository at this point in the history
Extracted from #1163, where `gci` incorrectly groups the "iter" import
away from other stdlib pacakges, because it was only added in Go 1.23.
  • Loading branch information
sharnoff authored Jan 2, 2025
1 parent ae2b6c7 commit 10f0b1d
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 @@ -23,7 +23,7 @@ jobs:
with:
# Required: the version of golangci-lint is required and
# should be specified with patch version.
version: v1.60.3
version: v1.62.2
args: --timeout 5m
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 10f0b1d

Please sign in to comment.