Skip to content

Commit

Permalink
ci: remove unnecessary call to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jul 12, 2024
1 parent c83eb1d commit 7d8c387
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Run Go Linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2

- name: Run Go tests
working-directory: ${{ github.workspace }}
run: go test ./...
Expand Down

0 comments on commit 7d8c387

Please sign in to comment.