| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| goenv_3.1.3_checksums.txt | 2026-06-04 | 779 Bytes | |
| goenv_3.1.3_darwin_amd64.tar.gz | 2026-06-04 | 6.0 MB | |
| goenv_3.1.3_darwin_arm64.tar.gz | 2026-06-04 | 5.5 MB | |
| goenv_3.1.3_linux_armv6.tar.gz | 2026-06-04 | 5.6 MB | |
| goenv_3.1.3_linux_armv7.tar.gz | 2026-06-04 | 5.6 MB | |
| goenv_3.1.3_freebsd_amd64.tar.gz | 2026-06-04 | 5.8 MB | |
| goenv_3.1.3_linux_amd64.tar.gz | 2026-06-04 | 5.8 MB | |
| goenv_3.1.3_linux_arm64.tar.gz | 2026-06-04 | 5.3 MB | |
| goenv_3.1.3_windows_amd64.zip | 2026-06-04 | 6.0 MB | |
| 3.1.3 source code.tar.gz | 2026-06-04 | 1.1 MB | |
| 3.1.3 source code.zip | 2026-06-04 | 1.3 MB | |
| README.md | 2026-06-04 | 1.2 kB | |
| Totals: 12 Items | 48.1 MB | 0 | |
goenv 3.1.3
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.3_linux_amd64.tar.gz
# Linux (ARM64): goenv_3.1.3_linux_arm64.tar.gz
# macOS (Intel): goenv_3.1.3_darwin_amd64.tar.gz
# macOS (M1/M2): goenv_3.1.3_darwin_arm64.tar.gz
# Windows (x64): goenv_3.1.3_windows_amd64.zip
What's Changed
Changelog
Bug Fixes
- 688c47e9f0a4c5a78df362b7ebf52f8672743d39: fix(shims): Preserve system PATH case on Windows in goenv exec (#561) (@ChronosMasterOfAllTime)
- 09be2c96a504f3f7471dd9b4c1c01ea94c903c4d: fix(shims): resolve Windows batch file syntax error in generated shims (#556) (@ChronosMasterOfAllTime)
- ea61d604bd9a7284520dcdbb52aa624cfc448bcd: fix(tools): make version optional and improve error reporting for install-vscode (#559) (@ChronosMasterOfAllTime)
Full Changelog: https://github.com/go-nv/goenv/compare/3.1.2...3.1.3