diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d9d5533..baa31628 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,12 +15,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - - name: Setup golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - version: latest - args: --verbose - name: Get dependencies run: |