diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a55d849..cf1fce5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,8 +30,3 @@ jobs: - name: Run tests run: go test -v ./... - - - name: Run linting - uses: golangci/golangci-lint-action@v4 - with: - version: latest \ No newline at end of file