Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
Adds Go 1.23 support.
  • Loading branch information
ntap-fge committed Oct 18, 2024
1 parent db6e654 commit 4d3f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd /
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sudo sh -s v1.55.2
| sudo sh -s v1.61.0
- name: Run Linter
run: make lint

0 comments on commit 4d3f462

Please sign in to comment.