Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve version before checking arch
Fixes a bug where `gimme module` reports the following error on macOS with ARM64. error: arm64 is not supported by this go version try go1.5 or newer This occurs because the check for architecture is performed before the `module` version turns into a real version number with `_resolve_version`. Fix by resolving version number before checking the architecture.
- Loading branch information