From 031845e43daa3a179282bf83243a3a24fec2670e Mon Sep 17 00:00:00 2001 From: Minwoo 'Charlie' Choi Date: Wed, 18 Feb 2026 16:45:03 +0900 Subject: [PATCH] Update README with new Go installation steps Added installation instructions for Go versions 1.22.6 and 1.25.4. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7006053..fd17c5e 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,12 @@ gvm use go1.17.13 export GOROOT_BOOTSTRAP=$GOROOT gvm install go1.20 gvm use go1.20 +export GOROOT_BOOTSTRAP=$GOROOT +gvm install go1.22.6 +gvm use go1.22.6 +export GOROOT_BOOTSTRAP=$GOROOT +gvm install go1.25.4 +gvm use go1.25.4 ``` [compiler_note]: https://docs.google.com/document/d/1OaatvGhEAq7VseQ9kkavxKNAfepWy2yhPUBs96FGV28/edit