jcabrerizo commented on code in PR #104: URL: https://github.com/apache/brooklyn-client/pull/104#discussion_r1680745037
########## cli/go.mod: ########## @@ -16,19 +16,19 @@ // under the License. module github.com/apache/brooklyn-client/cli -go 1.20 +go 1.22.5 Review Comment: ```suggestion go 1.22 ``` This makes the pipeline to fail with ``` invalid go version '1.22.5': must match format 1.23 ``` Only the minor version must be defined -- 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: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org