| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| goenv_3.1.1_checksums.txt | 2026-05-19 | 779 Bytes | |
| goenv_3.1.1_freebsd_amd64.tar.gz | 2026-05-19 | 5.8 MB | |
| goenv_3.1.1_darwin_amd64.tar.gz | 2026-05-19 | 5.9 MB | |
| goenv_3.1.1_darwin_arm64.tar.gz | 2026-05-19 | 5.5 MB | |
| goenv_3.1.1_windows_amd64.zip | 2026-05-19 | 6.0 MB | |
| goenv_3.1.1_linux_amd64.tar.gz | 2026-05-19 | 5.8 MB | |
| goenv_3.1.1_linux_arm64.tar.gz | 2026-05-19 | 5.3 MB | |
| goenv_3.1.1_linux_armv6.tar.gz | 2026-05-19 | 5.6 MB | |
| goenv_3.1.1_linux_armv7.tar.gz | 2026-05-19 | 5.6 MB | |
| 3.1.1 source code.tar.gz | 2026-05-19 | 1.1 MB | |
| 3.1.1 source code.zip | 2026-05-19 | 1.3 MB | |
| README.md | 2026-05-19 | 1.0 kB | |
| Totals: 12 Items | 48.0 MB | 8 | |
goenv 3.1.1
Installation:
Quick Binary Install (No Go Required!)
:::bash
# Linux/macOS
curl -sfL https://raw.githubusercontent.com/go-nv/goenv/main/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/go-nv/goenv/main/install.ps1 | iex
# Or download directly:
# Linux (x64): goenv_3.1.1_linux_amd64.tar.gz
# Linux (ARM64): goenv_3.1.1_linux_arm64.tar.gz
# macOS (Intel): goenv_3.1.1_darwin_amd64.tar.gz
# macOS (M1/M2): goenv_3.1.1_darwin_arm64.tar.gz
# Windows (x64): goenv_3.1.1_windows_amd64.zip
What's Changed
Changelog
Bug Fixes
- 34afd30c93fc93c1b9151bbc10f2015b37ef0694: fix(init): Update 'read -ra' to 'read -rA' in zsh fixing invalid option errors (#539) (@mstansberry)
Others
- 6de0c9254bb55b82e953ab2f7c48f9db4afaef97: Remove stale goenv shims from v2 installations during upgrade to v3 (#537) (@AdamDrewsTR)
Full Changelog: https://github.com/go-nv/goenv/compare/3.1.0...3.1.1