pulumi/sdk/go/pulumi-language-go
Will Jones 94f3906fd0
Add a conformance test for component-hydrated resource references (#18153)
This change adds the `l2-component-component-resource-ref` conformance
test, which tests that a language supports generating SDKs and programs
that are capable of handling resource references returned from remote
components and hydrating them in other components so that their outputs
can be used later on (in this case, as inputs to subsequent custom
resources).

This test already passes for NodeJS and Python, but fails in Go due to a
bug in program generation. It is therefore skipped for Go with the bug
being tracked as #18140.

Working towards closing pulumi/pulumi-java#262
2025-01-06 13:40:53 +00:00
..
buildutil Move buildutil out of sdk/common to the go language host (#15168) 2024-01-17 22:25:47 +00:00
goversion Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
testdata Add l2-explicit-parameterized-provider test (#17973) 2024-12-10 23:30:08 +00:00
go.mod Changelog and go.mod updates for v3.144.1 (#18099) 2024-12-21 02:00:20 +00:00
go.sum Update golang.org/x/net (#18079) 2024-12-19 14:56:29 +00:00
language_test.go Add a conformance test for component-hydrated resource references (#18153) 2025-01-06 13:40:53 +00:00
main.go fix race conditions in nxadm/tail library (#18044) 2024-12-16 14:32:08 +00:00
main_test.go Add PULUMI_DEBUG_LANGUAGES support to go, python, and nodejs. (#17821) 2024-12-11 08:50:52 +00:00