laskoviymishka commented on code in PR #1859:
URL: https://github.com/apache/iceberg-go/pull/1859#discussion_r3850544303


##########
README.md:
##########
@@ -25,7 +25,7 @@
 
 ### Prerequisites
 
-* Go 1.25 or later
+* Go 1.25.9 or later

Review Comment:
   `go.mod` declares `go 1.25.8` (and CI runs `1.25.8`), so this now advertises 
a patch version one ahead of what the module actually requires. I'd either 
match go.mod exactly (`Go 1.25.8 or later`) or just keep the minor form (`Go 
1.25 or later`), which stays forward-safe. wdyt?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to