Skip to content

Commit

Permalink
remove linter from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
n0cte committed Apr 3, 2024
1 parent a08d385 commit 43a68d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ jobs:
- name: Install golint
run: go install golang.org/x/lint/golint@latest

- name: Run golint
run: golint ./...

- name: Test
run: go test -race -vet=off -v ./...

0 comments on commit 43a68d5

Please sign in to comment.