3.1.2
goenv 3.1.2
Installation:
Quick Binary Install (No Go Required!)
# 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.2_linux_amd64.tar.gz
# Linux (ARM64): goenv_3.1.2_linux_arm64.tar.gz
# macOS (Intel): goenv_3.1.2_darwin_amd64.tar.gz
# macOS (M1/M2): goenv_3.1.2_darwin_arm64.tar.gz
# Windows (x64): goenv_3.1.2_windows_amd64.zipWhat's Changed
Changelog
Features
- 1330a4b: feat: Add shim compatibility checks and recursion guard in exec command to guard against old shim issues (#550) (@AdamDrewsTR)
- 48da144: feat: VSCode tools auto-install + go.mod version handling improvements (#554) (@ChronosMasterOfAllTime)
Bug Fixes
- 547784a: fix(exec): deduplicate GOPATH before prepending version-specific path (#553) (@jlec)
- cf12435: fix(shims): rehash scans both v3 and legacy gopath bin (Option C — additive) (#548) (@jlec)
Others
- 4722b55: Fix installation script URLs in README (#544) (@jlec)
- 8ff1cb4: Fix: Add support for 'latest' and 'unstable' keywords in install command (#549) (@ChronosMasterOfAllTime)
- c330601: fix install script (@ChronosMasterOfAllTime)
Full Changelog: 3.1.1...3.1.2