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 2020/08/27 14:39:18 UTC

[GitHub] [openwhisk-wskdeploy] mrutkows commented on pull request #1105: Upgraded Go 1.15

mrutkows commented on pull request #1105:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1105#issuecomment-681991200


   It appears some of the type conversions in go 1.15 now behave slightly differently (perhaps) in error responses generated:
   ```
   # github.com/apache/openwhisk-wskdeploy/parsers
   
   parsers/manifest_parser_test.go:1742:21: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   
   parsers/manifest_parser_test.go:1743:19: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   
   parsers/manifest_parser_test.go:1751:22: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   
   parsers/manifest_parser_test.go:1752:20: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   
   parsers/manifest_parser_test.go:1771:22: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   
   parsers/manifest_parser_test.go:1772:20: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
   ```


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

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