gaby commented on code in PR #2488: URL: https://github.com/apache/incubator-opendal/pull/2488#discussion_r1233287488
########## bindings/go/go.mod: ########## @@ -0,0 +1,7 @@ +module opendal.apache.org/go + +go 1.20 + +require github.com/ebitengine/purego v0.4.0-alpha.4 Review Comment: This should be https://github.com/ebitengine/purego/releases/tag/v0.3.2 Instead of using 0.4.0 which is an alpha release -- 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]
