Skip to content

Commit f74412b

Browse files
committed
chore(ci): bump golangci-lint from v1.61 to v1.64
Updated the golangci-lint version in CI workflow to use the latest stable release, which includes various improvements and bug fixes.
1 parent 6e862ca commit f74412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Lint
3737
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3838
with:
39-
version: v1.61
39+
version: v1.64
4040

4141
unit-test:
4242
name: Unit Test

0 commit comments

Comments
 (0)