Skip to content

Commit

Permalink
chore(ci): bump golangci-lint from v1.61 to v1.64
Browse files Browse the repository at this point in the history
Updated the golangci-lint version in CI workflow to use the latest stable release, which includes various improvements and bug fixes.
  • Loading branch information
tdabasinskas committed Feb 27, 2025
1 parent 6e862ca commit f74412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.61
version: v1.64

unit-test:
name: Unit Test
Expand Down

0 comments on commit f74412b

Please sign in to comment.