diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eadb89d3..f9b72c76 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,21 +64,6 @@ jobs: - name: Run staticcheck run: staticcheck ./... - golint: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: ${{ env.GO_VERSION }} - check-latest: true - - name: Install golint - run: go install golang.org/x/lint/golint@latest - - name: Run golint - run: golint ./... - test: runs-on: ubuntu-latest steps: