constellation/dev-docs
Malte Poll 3a4f6ef9d1
bazel: use prebuilt Go toolchain (go.dev/dl) (#2796)
We had to switch to a Go toolchain from nixpkgs,
since prebuilt Go toolchain versions were not usable on NixOS.
Since Go 1.21, the prebuilt Go toolchain is statically linked
and works out of the box.

Reference: https://github.com/golang/go/issues/57007
2024-01-05 11:52:22 +01:00
..
howto terraform: upgrade random provider to v3.6.0 (#2704) 2023-12-12 16:00:16 +01:00
miniconstellation terraform: upgrade random provider to v3.6.0 (#2704) 2023-12-12 16:00:16 +01:00
workflows bazel: use prebuilt Go toolchain (go.dev/dl) (#2796) 2024-01-05 11:52:22 +01:00
conventions.md Add package updating/creation tips to dev-docs 2023-08-09 15:42:24 +02:00
layout.md bazel: add protoc codegen to //:generate target (#1554) 2023-03-30 14:47:29 +02:00
README.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00

Content structure

To get started building and running Constellation: local-development

  • workflows: What every developer will most likely need to build, develop, deploy.

  • howto: Instructions for special deployments.

  • layout: for a quick architectural overview of Constellation