damccorm commented on PR #24767:
URL: https://github.com/apache/beam/pull/24767#issuecomment-1365838840

   Looks like the staticcheck step is failing - unfortunately, we swallow that 
output in the github actions step, you can figure out what's wrong locally with:
   
   ```
   go install "honnef.co/go/tools/cmd/[email protected]"
   cd sdks/go/pkg/beam
   $(go env GOPATH)/bin/staticcheck ./...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to