zeroshade commented on code in PR #1646: URL: https://github.com/apache/arrow-adbc/pull/1646#discussion_r1531102487
########## .github/workflows/native-unix.yml: ########## @@ -332,7 +332,7 @@ jobs: sudo sysctl vm.mmap_rnd_bits=28 - name: Install staticcheck - run: go install honnef.co/go/tools/cmd/staticcheck@v0.3.3 + run: go install honnef.co/go/tools/cmd/staticcheck@latest - name: Go Build Review Comment: That failure was being caused by the old pinned version of staticcheck. when i bumped the staticcheck version that problem went away -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org