3.1.1
goenv 3.1.1
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.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.zipWhat's Changed
Changelog
Bug Fixes
- 34afd30: fix(init): Update 'read -ra' to 'read -rA' in zsh fixing invalid option errors (#539) (@mstansberry)
Others
- 6de0c92: Remove stale goenv shims from v2 installations during upgrade to v3 (#537) (@AdamDrewsTR)
Full Changelog: 3.1.0...3.1.1