We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional support for Go modules via build-arg for "go" template
Should be able to pass this and use Go modules:
faas-cli build --build-arg GO111MODULE=on
We just support using a vendor folder at present, or using go modules to get a vendor folder, then turning it off for the build.
See the golang-middleware template as an example and replicate 1:1
https://github.com/openfaas-incubator/golang-http-template/tree/master/template/golang-middleware
Also copy the approach for golang-armhf.
The text was updated successfully, but these errors were encountered:
I'd like an experienced OpenFaaS contributor to take on this work who can also give an estimated time of completion.
Sorry, something went wrong.
/assign: Waterdrips
Alistair is away for a bit, so if someone can get to this, please do
/assign: me
LucasRoesler
Waterdrips
Successfully merging a pull request may close this issue.
Add optional support for Go modules via build-arg for "go" template
Expected Behaviour
Should be able to pass this and use Go modules:
Current Behaviour
We just support using a vendor folder at present, or using go modules to get a vendor folder, then turning it off for the build.
Possible Solution
See the golang-middleware template as an example and replicate 1:1
https://github.com/openfaas-incubator/golang-http-template/tree/master/template/golang-middleware
Also copy the approach for golang-armhf.
The text was updated successfully, but these errors were encountered: