pulumi/developer-docs
Thomas Gummerer e69cddf4d0
upgrade go toolchain to 1.22 (#18274)
We officially support the two latest releases of Go. In
https://github.com/pulumi/pulumi/pull/17827, we started using tar.AddFS,
which was introduced in Go 1.22. Since Go 1.23 is already out, we can
drop support for Go 1.21, and reflect that in our go.mod files.

Fixes https://github.com/pulumi/pulumi/issues/18273
2025-01-17 13:51:16 +00:00
..
architecture fix some links 2023-05-19 19:39:26 -07:00
providers document property paths in the providers implementers guide (#17744) 2024-11-13 10:15:31 +00:00
utils Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
.gitignore Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00
Makefile [developer-docs] Document resource import. (#8137) 2021-10-07 12:14:37 -07:00
README.md Update README.md (#17602) 2024-10-23 20:08:24 +00:00
build.md [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
conf.py [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
go.mod upgrade go toolchain to 1.22 (#18274) 2025-01-17 13:51:16 +00:00
go.sum [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
index.md [developer-docs] Document resource import. (#8137) 2021-10-07 12:14:37 -07:00
requirements.txt Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00

README.md

Pulumi Developer Docs

Welcome to the Pulumi Developer Docs!

To access the documentation, please visit: https://pulumi-developer-docs.readthedocs.io/latest/docs/README.html

The documentation site is designed to provide comprehensive documentation for maintainers and contributors of Pulumi.

Thank you for your interest in contributing to Pulumi!