Skip to content

Commit

Permalink
ci: remove old lint on release action
Browse files Browse the repository at this point in the history
remove useless lint on release action. Linting is already done on build
action.
  • Loading branch information
benjaminch committed Nov 7, 2024
1 parent 108a1de commit 5469039
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
uses: actions/setup-go@master
with:
go-version: 1.21.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.59.0
args: --timeout 10m --concurrency=1 -v
# release new version on GitHub + Mac
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down

0 comments on commit 5469039

Please sign in to comment.