diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 690220a..8a63570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,6 @@ jobs: run: | go mod download go get -t . - - - name: Lint - run: | - golint -set_exit_status ./... - name: Vet run: |