| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| goenv_3.2.0_checksums.txt | 2026-09-04 | 779 Bytes | |
| goenv_3.2.0_freebsd_amd64.tar.gz | 2026-09-04 | 6.4 MB | |
| goenv_3.2.0_linux_arm64.tar.gz | 2026-09-04 | 5.8 MB | |
| goenv_3.2.0_darwin_amd64.tar.gz | 2026-09-04 | 6.5 MB | |
| goenv_3.2.0_darwin_arm64.tar.gz | 2026-09-04 | 6.1 MB | |
| goenv_3.2.0_linux_amd64.tar.gz | 2026-09-04 | 6.4 MB | |
| goenv_3.2.0_linux_armv6.tar.gz | 2026-09-04 | 6.2 MB | |
| goenv_3.2.0_linux_armv7.tar.gz | 2026-09-04 | 6.2 MB | |
| goenv_3.2.0_windows_amd64.zip | 2026-09-04 | 6.6 MB | |
| 3.2.0 source code.tar.gz | 2026-09-03 | 1.3 MB | |
| 3.2.0 source code.zip | 2026-09-03 | 1.5 MB | |
| README.md | 2026-09-03 | 1.2 kB | |
| Totals: 12 Items | 53.0 MB | 0 | |
goenv 3.2.0
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.2.0_linux_amd64.tar.gz
# Linux (ARM64): goenv_3.2.0_linux_arm64.tar.gz
# macOS (Intel): goenv_3.2.0_darwin_amd64.tar.gz
# macOS (M1/M2): goenv_3.2.0_darwin_arm64.tar.gz
# Windows (x64): goenv_3.2.0_windows_amd64.zip
What's Changed
Changelog
Features
- d8b2b1d4d7801ec8bb940f34f6d7eb73823147e8: feat: normalize inherited GOPATH and related environment variables to… (#602) (@AdamDrewsTR)
Bug Fixes
- a07d0916b6e5a366d5163cb5d187b1f9eda0a426: fix(update): request elevation instead of failing on unwritable install dirs (#601) (@ChronosMasterOfAllTime)
Others
- 0333e88f172d94a825e953c11c954b5df719ebd2: Add tests for cache behavior and SBOM scanning functionality (#600) (@AdamDrewsTR)
Full Changelog: https://github.com/go-nv/goenv/compare/3.1.7...3.2.0