Upgrading Alloy
Upgrade instructions for each install method. Run alloy version after upgrading to confirm the new version.
Homebrew
brew update && brew upgrade alloy-ssg
brew update refreshes tap metadata first. Third-party taps like zeroedin/alloy-ssg can go stale without it — brew upgrade may report “already installed” even when a new version is available.
Go install
go install github.com/zeroedin/alloy@latest
Binary download
Download the latest release for your platform from the GitHub releases page and replace the existing binary in your PATH.
From source
git fetch origin
git switch main
git pull --ff-only origin main
go build -o alloy .
Move the built binary to your PATH if it is not already there.
Verifying the upgrade
alloy version