https://pulumi.com logo
#golang
Title
# golang
b

bland-florist-27487

07/26/2022, 8:36 AM
<http://github.com/pulumi/pulumi-awsx/sdk|github.com/pulumi/pulumi-awsx/sdk>
still shows
v1.0.0-testplsignore.0
as
latest
on pkg.go.dev (and via go get) Any new releases on the way? 😅
f

fancy-spoon-7206

07/26/2022, 2:36 PM
Copy code
go get <http://github.com/pulumi/pulumi-awsx/sdk/go/awsx/ec2@v1.0.0-beta.8|github.com/pulumi/pulumi-awsx/sdk/go/awsx/ec2@v1.0.0-beta.8>
p

prehistoric-sandwich-7272

07/27/2022, 1:17 PM
used the same method as Dinesh and it worked
b

bland-florist-27487

07/27/2022, 5:50 PM
Yep, I used a specific non-latest tag as well. My question was more if they were aware that this is still an issue and if they had any plans to fix it.
f

fancy-spoon-7206

07/27/2022, 6:15 PM
@bland-florist-27487 Yes they are aware. https://github.com/pulumi/pulumi-awsx/issues/871
4 Views