Skip to content

Commit

Permalink
CI: drop golint
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <dev@der-flo.net>
  • Loading branch information
florianl committed Dec 2, 2023
1 parent 7b68c28 commit ca3d388
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Expand Up @@ -33,14 +33,6 @@ jobs:
- name: Test with -race
run: go test -race -count=1 ./...

- name: golint
if: matrix.platform == 'ubuntu-latest'
# https://github.com/actions/setup-go/issues/14
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get -u golang.org/x/lint/golint
golint -set_exit_status $(go list ./... | grep -v internal/unix)
- name: staticcheck.io
if: matrix.platform == 'ubuntu-latest'
# https://github.com/actions/setup-go/issues/14
Expand Down

0 comments on commit ca3d388

Please sign in to comment.