Hey before I post an issue on github i wanted to a...
# general
l
Hey before I post an issue on github i wanted to ask in here if its expected: the fastly provider seems to be using the version v7 but the sdk go module is still at v6. I am only able to import
<http://github.com/pulumi/pulumi-fastly/sdk/v6|github.com/pulumi/pulumi-fastly/sdk/v6>
and therefore i can not run v7 of the provider. The github readme mentions this as a command that currently does not work because only v6 exists as module: https://github.com/pulumi/pulumi-fastly
$ go get <http://github.com/pulumi/pulumi-fastly/sdk/v7|github.com/pulumi/pulumi-fastly/sdk/v7>
it gives the following output:
Copy code
go: module <http://github.com/pulumi/pulumi-fastly@upgrade|github.com/pulumi/pulumi-fastly@upgrade> found (v7.1.0+incompatible), but does not contain package <http://github.com/pulumi/pulumi-fastly/sdk/v7|github.com/pulumi/pulumi-fastly/sdk/v7>
which is correct as v7 does not exist as module https://github.com/pulumi/pulumi-fastly/blob/112f6f9ba73572decab13952113c84265d6c0ce2/sdk/go.mod#L1 As a side note the docs still use sdk v3 here: https://www.pulumi.com/registry/packages/fastly/ Tagging Alex Qiu as it looks he worked on the v7 changes. @echoing-zebra-28421 @great-sunset-57147
a
Hi @little-wolf-72041, thanks for pointing this out – we're releasing a new minor version
v7.2.0
shortly that should resolve this. Please let us know if there are still issues afterwards.