Skip to content

Commit 86c86a5

Browse files
committed
chore: update golangci-lint version in CI workflow to v2.4.0
- Updated golangci-lint version in .github/workflows/pr.yml to v2.4.0, ensuring consistency with the Makefile.
1 parent cc97cea commit 86c86a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: lint
2020
uses: golangci/golangci-lint-action@v9.0.0
2121
with:
22-
version: v1.62.2
22+
version: v2.4.0 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
2323

2424
tests-on-unix:
2525
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)