Skip to content

Commit

Permalink
ci: remove golanglint
Browse files Browse the repository at this point in the history
  • Loading branch information
linehk committed Mar 11, 2024
1 parent d529a51 commit 28c21e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
- uses: actions/setup-go@main
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v4
with:
version: v1.55
args: --timeout=30m
- run:
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 28c21e1

Please sign in to comment.