pulumi/sdk
Justin Van Patten 28659cf7c4 [sdk/go] Fix the `dist` make target
`pulumi-language-go` was changed to be an independent go module, and `go install` needs to be run from the module directory. We updated the other targets, but missed updating `dist`, which this commit does.
2023-06-30 16:09:03 -07:00
..
go [sdk/go] Fix the `dist` make target 2023-06-30 16:09:03 -07:00
nodejs chore: post-release go.mod updates 2023-06-30 10:40:11 -07:00
proto/go Send old inputs to diff and update 2023-06-21 21:04:50 +01:00
python [sdk/python] Fix comment about `ROOT_STACK_RESOURCE` 2023-06-29 12:27:16 -07:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Use os.tmpfile instead of creating our own. 2023-05-30 13:58:02 -04:00
go.sum Use os.tmpfile instead of creating our own. 2023-05-30 13:58:02 -04:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.