kevinjqliu commented on code in PR #389:
URL: https://github.com/apache/iceberg-go/pull/389#discussion_r2040026403


##########
.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:
   is it better to just change L42 to use the new go version? 



-- 
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

Reply via email to