diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ddd67e..bd7b8aa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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