3.1.3
goenv 3.1.3
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.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.zipWhat's Changed
Changelog
Bug Fixes
- 688c47e: fix(shims): Preserve system PATH case on Windows in goenv exec (#561) (@ChronosMasterOfAllTime)
- 09be2c9: fix(shims): resolve Windows batch file syntax error in generated shims (#556) (@ChronosMasterOfAllTime)
- ea61d60: fix(tools): make version optional and improve error reporting for install-vscode (#559) (@ChronosMasterOfAllTime)
Full Changelog: 3.1.2...3.1.3