mirror of https://github.com/pulumi/pulumi.git
e270756ca7
regress-11176 is currently broken because it imports awsx which, without https://github.com/pulumi/pulumi-awsx/pull/1066 released pulls in an old version of google.golang.org/genproto, and that conflicts with the newer version. Details in https://github.com/pulumi/pulumi/issues/13644#issuecomment-1664711242 This change disables the test so that tests on master aren't red. Refs #13644 |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.