Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Migrate to Go 1.16.2 #1132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

advancedwebdeveloper
Copy link

No description provided.

Copy link
Contributor

@mrutkows mrutkows left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also use "go mod edit" to update go.mod to the same version

@advancedwebdeveloper
Copy link
Author

Please also use "go edit" to update go.mod to the same version

Hm, I got this:

$ go edit
go edit: unknown command
Run 'go help' for usage.

I am using

$ go version
go version go1.16.2 windows/amd64

@mrutkows
Copy link
Contributor

mrutkows commented Apr 7, 2021

Please also use "go edit" to update go.mod to the same version

Hm, I got this:

$ go edit
go edit: unknown command
Run 'go help' for usage.

I am using

$ go version
go version go1.16.2 windows/amd64

Sorry, as the README says it is

go mod edit

@@ -15,7 +15,7 @@
# limitations under the License.
#

FROM golang:1.15
Copy link
Contributor

@mrutkows mrutkows Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will also need to update Travis:
https://github.com/apache/openwhisk-wskdeploy/blob/master/.travis.yml

and update the README as well.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants