| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| goenv_3.1.4_checksums.txt | 2026-06-09 | 779 Bytes | |
| goenv_3.1.4_darwin_amd64.tar.gz | 2026-06-09 | 6.0 MB | |
| goenv_3.1.4_darwin_arm64.tar.gz | 2026-06-09 | 5.5 MB | |
| goenv_3.1.4_linux_amd64.tar.gz | 2026-06-09 | 5.8 MB | |
| goenv_3.1.4_linux_arm64.tar.gz | 2026-06-09 | 5.3 MB | |
| goenv_3.1.4_windows_amd64.zip | 2026-06-09 | 6.0 MB | |
| goenv_3.1.4_freebsd_amd64.tar.gz | 2026-06-09 | 5.8 MB | |
| goenv_3.1.4_linux_armv6.tar.gz | 2026-06-09 | 5.6 MB | |
| goenv_3.1.4_linux_armv7.tar.gz | 2026-06-09 | 5.6 MB | |
| 3.1.4 source code.tar.gz | 2026-06-09 | 1.1 MB | |
| 3.1.4 source code.zip | 2026-06-09 | 1.3 MB | |
| README.md | 2026-06-09 | 1.1 kB | |
| Totals: 12 Items | 48.1 MB | 0 | |
goenv 3.1.4
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.4_linux_amd64.tar.gz
# Linux (ARM64): goenv_3.1.4_linux_arm64.tar.gz
# macOS (Intel): goenv_3.1.4_darwin_amd64.tar.gz
# macOS (M1/M2): goenv_3.1.4_darwin_arm64.tar.gz
# Windows (x64): goenv_3.1.4_windows_amd64.zip
What's Changed
Changelog
Bug Fixes
- 3da9d5d3cfbebe54edfd2fc019d085e08a55d9dd: fix(release): APP_VERSION stuck at 3.0.0 — wrong branch target in update script (#566) (@jlec)
- 4abf4c6a708789b53d56297779dc6109f46c616f: fix(tools): update golangci-lint to v2 import path (#567) (@jlec)
- 66571a3851c83e1341dce284aba907964c3d6a48: fix: prevent false positive recursion detection in tests (Fixes [#564]) (#569) (@ChronosMasterOfAllTime)
Full Changelog: https://github.com/go-nv/goenv/compare/3.1.3...3.1.4