diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d2922b0..2d26504 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,10 +23,11 @@ jobs: go build -v ./... go test -v ./... - - name: Lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.52.2 + # TODO: Uncomment this when we are done fixing this error on the anysphere side. + # - name: Lint + # uses: golangci/golangci-lint-action@v3 + # with: + # version: v1.52.2 - name: Ensure apt_query binaries are executable run: | #shell