Can not deploy Oracle Cloud functions when use cloud shell, Ruby or Golang
Content
Hello everybody
I try to create functions by Golang, but get some error message when execute command "fn -v deploy --app xxxxxx".
Example:
build func: cannot find module for path github.com/fnproject/fdk-go
or
go: finding github.com/fnproject/fdk-go v0.0.3
go: github.com/fnproject/fdk-go@v0.0.3: unknown revision v0.0.3
go: error loading module requirements
I have tryed all language. Java, Node and Python is OK. Just Golang and Ruby have problem when execute command "fn -v deploy --app xxxxxx".
When use Ruby will get these message. But I have confirmed cloud shell can download json-2.5.1.gem by wget. I don't know why get UnknownHostError.
Tagged:
0