zeroshade commented on code in PR #389: URL: https://github.com/apache/iceberg-go/pull/389#discussion_r2040027711
########## .github/workflows/go-ci.yml: ########## @@ -51,7 +51,7 @@ jobs: cache-dependency-path: go.sum - name: Install staticcheck if: matrix.go == '1.23.6' - run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.0 + run: GOTOOLCHAIN='go1.24.2' go install honnef.co/go/tools/cmd/staticcheck@v0.6.0 Review Comment: I want to make sure we're still supporting N-1 (i.e. 1.23 AND 1.24) so I don't want to bump that yet. But we just need to make sure that staticcheck is being compiled with 1.24 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org