Release Notes
🐞 Fixes
- Fixed an issue where Git hooks would not work correctly in submodules.
- Fixed an issue where
moon docker commands may generate non-deterministic output, resulting in invalid Docker layer caching.
🧰 Toolchains
- Go
- Fixed
go list -deps relationship inference not detecting sibling workspace modules imported via subpackages (e.g. example.com/org/a/pkg).
- JavaScript
Install moon_cli 2.3.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.3.5/moon_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.3.5/moon_cli-installer.ps1 | iex"
Download moon_cli 2.3.5