Pin Go 1.26.6 in mise.toml - #433
Conversation
Pin Go version in mise.toml
|
@nobrega-tech is attempting to deploy a commit to the Compozy Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Filename | Overview |
|---|---|
| mise.toml | Adds a valid Go 1.26.6 toolchain pin; no actionable defect was identified. |
Reviews (1): Last reviewed commit: "chore(mise): pin Go 1.26.6" | Re-trigger Greptile
Pin Go version in mise.toml
What & why
Pins Go
1.26.6in the repository'smise.toml.Without a repository-local Go version, running Go commands through Mise could fail with:
This was encountered when running:
go build -o ./bin/compozy .Adding Go to
[tools]ensures contributors using Mise get the expected Go version from the repository configuration instead of requiring a global Mise configuration.How you verified it
Re-ran:
go build -o ./bin/compozy .after adding:
to
mise.toml.Mise now resolves the repository-local Go version instead of failing with
No version is set for shim: go, allowing the build to proceed.No tests were added because this change only fixes the development toolchain configuration and does not introduce or modify application behavior.
Impact
No runtime, CLI interface, HTTP/UDS route,
config.toml, or web surface impact.This only affects local development environments using Mise by ensuring the Go toolchain is configured by the repository.
No documentation update is required.
make gatepasses locally (make gate-fullbefore review on larger changes)