Skip to content

Commit d639de7

Browse files
committed
chore: update golangci-lint to v2.4.0 in CI workflow
Bump the golangci-lint-action version from v2.1 to v2.4.0 in the GitHub Actions workflow to use the latest features and fixes.
1 parent a81679b commit d639de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v8
1919
with:
20-
version: v2.1
20+
version: v2.4.0
2121
only-new-issues: true
2222
args: --verbose

0 commit comments

Comments
 (0)