Skip to content

3.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 21:27
48da144

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.zip

What's Changed

Changelog

Features

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

Full Changelog: 3.1.1...3.1.2