Closed CriesofCarrots closed 3 months ago
The --release-channel flag calls to release.solana.com, which doesn't really support releases beyond v1.18 (current stable). This PR updates the code to use release.anza.xyz instead (although I suppose we could make it configurable).
--release-channel
release.solana.com
release.anza.xyz
The
--release-channel
flag calls torelease.solana.com
, which doesn't really support releases beyond v1.18 (current stable). This PR updates the code to userelease.anza.xyz
instead (although I suppose we could make it configurable).