We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all examples and tests within pulumi-aws repo to use v6.
https://github.com/pulumi/pulumi-aws/tree/master/examples https://github.com/pulumi/pulumi-aws/blob/master/examples/examples_go_test.go#L18
The text was updated successfully, but these errors were encountered:
https://github.com/pulumi/pulumi-aws/blob/e5e6ddd926f63895c34342d8f19a01b771942674/examples/examples_go_test.go#L18-#L18 looks like Ramon updated this one already
Sorry, something went wrong.
Just giving it a quick scan again, I think the effect is mostly cosmetic that is things like https://github.com/pulumi/pulumi-aws/blob/e5e6ddd926f63895c34342d8f19a01b771942674/examples/webserver-go/go.mod#L6-#L6 aren't great for users to discover, but these dependencies get updated on-the-fly by the CI to the current in-source version so I'm not worried about testing the wrong software in CI, just a nice cleanup task.
Current V5 references:
Fixed by #2716
mnlumi
No branches or pull requests
Update all examples and tests within pulumi-aws repo to use v6.
https://github.com/pulumi/pulumi-aws/tree/master/examples
https://github.com/pulumi/pulumi-aws/blob/master/examples/examples_go_test.go#L18
The text was updated successfully, but these errors were encountered: