HI, anyone who has an idea why this might happen? ...
# golang
l
HI, anyone who has an idea why this might happen?
Copy code
╰─❯ go get <http://github.com/pulumi/pulumi-kubernetes/sdk/go/kubernetes|github.com/pulumi/pulumi-kubernetes/sdk/go/kubernetes>
go: module <http://github.com/pulumi/pulumi-kubernetes@upgrade|github.com/pulumi/pulumi-kubernetes@upgrade> found (v1.6.0), but does not contain package <http://github.com/pulumi/pulumi-kubernetes/sdk/go/kubernetes|github.com/pulumi/pulumi-kubernetes/sdk/go/kubernetes>
specifying the version does work
<http://github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes|github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes>
. The above link comes from the documentation website -> https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/
l
@late-chef-72896 I'll get that fixed.