You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried removing CGO_ENABLED=0 from .goreleaser.yml#11 and used a binary which build on local, it worked well. (I'm not sure it should be removed actually...)
Overview
Thanks for awesome tool! 😃
I tried using scenarigo but plugin seems not working well.
Details
I created a minimum example to reproduce this.
https://github.com/konifar/scenarigo-plugin-example
The error message is below.
Plugin has been introduced since Go 1.8 and scenarigo supports Go 1.16 or later, so it should be no problem.
References
Go binary needs cgo to use plugin?
golang/go#19569 plugin: requires CGO_ENABLED=1
I tried removing
CGO_ENABLED=0
from .goreleaser.yml#11 and used a binary which build on local, it worked well. (I'm not sure it should be removed actually...)Probably this issue is also related.
kubernetes-sigs/kustomize#2299
Environments
The text was updated successfully, but these errors were encountered: