Trying to use GoLang version 1.18beta2 with Pulumi...
# general
f
Trying to use GoLang version 1.18beta2 with Pulumi, getting the following error:
error: failed to discover plugin requirements: parsing go version: Invalid character(s) found in minor number "18beta2"
n
I have a similar error when I run
pulumi plugin install
, I get >
error: failed to discover plugin requirements: illegal semver returned by language host: aws@v${VERSION}: Invalid character(s) found in major number "${VERSION}"
Have u found a solution already?
f
But I'm unsure if that will fix the problem you are encountering
n
I started a new pulumi project with completely the same setup and didn't have the issue anymore 🤷‍♂️
f
Strange! I ended up moving off of 1.18beta2 and using a dumb little codegen script until it leaves beta. I was having too much trouble with IDE stuff