An innocuous mistake in `pulumi-kubernetes` packag...
# general
i
An innocuous mistake in
pulumi-kubernetes
package.json is preventing a green build for us. I have PR’d a fix. A hotfix release would be appreciated. https://github.com/pulumi/pulumi-kubernetes/pull/441
@gorgeous-egg-16927 I’m not a go dev, but tried to get everything up to date and
make ensure
as requested. Received
Copy code
~/p/pulumi-kubernetes ❯❯❯ make ensure
scripts/get-py-version.go:7:2: cannot find package "<http://github.com/pulumi/pulumi/pkg/util/buildutil|github.com/pulumi/pulumi/pkg/util/buildutil>" in any of:
        /usr/local/Cellar/go/1.11.5/libexec/src/github.com/pulumi/pulumi/pkg/util/buildutil (from $GOROOT)
        /Users/kross/go/src/github.com/pulumi/pulumi/pkg/util/buildutil (from $GOPATH)
ENSURE:
dep ensure -v
/Users/kross/projects/pulumi-kubernetes is not within a known GOPATH/src
make: *** [ensure] Error 1
I did a few minutes of research and not sure if this entire project needs to be moved from
~/projects/pulumi-kubernetes
to somewhere inside
GOPATH="/Users/kross/go"
?
g
@important-leather-28796 Ah, sorry about that. We’re working on making the contributor experience better, but it’s still pretty rough. I can push the update to your branch.
i
inside my gopath is a github structure - I’d rather not spend a ton of time getting up and running but would like to be setup to contribute. https://github.com/pulumi/pulumi-kubernetes/blob/master/CONTRIBUTING.md
do I need to
mv
everything, if so, what is the proper dest?
g
Yeah,
pulumi-kubernetes
would need to be in
$GOPATH/src/github.com/pulumi/pulumi-kubernetes
👍 1
i
thanks, that solved it, I’ll get the PR updated
g
Awesome, thanks!
https://github.com/pulumi/pulumi-kubernetes/releases/tag/v0.20.3 is out now. Should land on npm in about 30 mins