Skip to content

Commit

Permalink
Fix release lint check
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <anders@eknert.com>
  • Loading branch information
anderseknert committed Apr 14, 2022
1 parent 97f9f2f commit 2981de7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- uses: golangci/golangci-lint-action@v3
name: golangci-lint
with:
version: v1.44.2
- uses: golangci/golangci-lint-action@v3.1.0

release-build-darwin-amd64:
name: Release Build darwin/amd64
Expand Down

0 comments on commit 2981de7

Please sign in to comment.