Skip to content

Commit

Permalink
fix: golangci-lint in release-and-packages job
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Nov 6, 2024
1 parent ee29129 commit 2f04e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.59.0
args: --timeout 10m --concurrency=2
args: --timeout 10m --concurrency=2 -v
# release new version on GitHub + Mac
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down

0 comments on commit 2f04e0d

Please sign in to comment.