Skip to content

Commit

Permalink
Fix the github linter (#38)
Browse files Browse the repository at this point in the history
* fix: workaround for linter
* fix: update golang-lint to 1.55

---------

Co-authored-by: Christian Michallek <[email protected]>
  • Loading branch information
cmichallek and Christian Michallek authored Jun 18, 2024
1 parent a9200ed commit d562ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: go mod vendor
- uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.55
skip-pkg-cache: true
skip-build-cache: true

0 comments on commit d562ea5

Please sign in to comment.