docs: pin version in ci/cd (#7168)

This commit is contained in:
dianed-square
2026-02-11 17:24:37 -08:00
committed by GitHub
parent f96d38e382
commit 7f0af1be52
3 changed files with 21 additions and 3 deletions
@@ -162,3 +162,7 @@ The goose CLI and desktop apps are under active and continuous development. To g
</Tabs>
</TabItem>
</Tabs>
:::info Updating in CI/CD
If you're running goose in CI or other non-interactive environments, pin a specific version with `GOOSE_VERSION` for reproducible installs. See [CI/CD Environments](/docs/tutorials/cicd) for a complete example and usage details.
:::