Skip to content

Commit

Permalink
ci: raise golangci-lint version to v1.61
Browse files Browse the repository at this point in the history
This hopefully fixes G115 false positives
  • Loading branch information
druppelt committed Sep 14, 2024
1 parent 86c2709 commit ba9ea57
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 @@ -15,7 +15,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.61
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba9ea57

Please sign in to comment.