Skip to content

Commit

Permalink
fix: test workaround for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Michallek committed Jun 18, 2024
1 parent a9200ed commit 6dcfdac
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.45
skip-pkg-cache: true
skip-build-cache: true

0 comments on commit 6dcfdac

Please sign in to comment.