You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/07/21 16:26:54 UTC

[GitHub] [openwhisk-runtime-go] dgrove-oss commented on a change in pull request #150: Extend `proxy -version` to also show the go runtime version.

dgrove-oss commented on a change in pull request #150:
URL: https://github.com/apache/openwhisk-runtime-go/pull/150#discussion_r674146056



##########
File path: main/proxy.go
##########
@@ -49,7 +50,7 @@ func main() {
 
 	// show version number
 	if *version {
-		fmt.Printf("OpenWhisk ActionLoop Proxy v%s\n", openwhisk.Version)
+		fmt.Printf("OpenWhisk ActionLoop Proxy v%s, built with %s\n", openwhisk.Version, runtime.Version())

Review comment:
       my 2 cents is the original message (`OpenWhisk ActionLoop Proxy v1.17.1, built with go1.15.3`) is good.




-- 
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-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org