@@ -34,7 +34,7 @@ Linux (amd64):
34
34
35
35
``` bash
36
36
# Linux Example (assumes ~/bin is in PATH).
37
- curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.4.1 /gvm-linux-amd64
37
+ curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.0 /gvm-linux-amd64
38
38
chmod +x ~ /bin/gvm
39
39
eval " $( gvm 1.18.5) "
40
40
go version
@@ -44,7 +44,7 @@ macOS (amd64):
44
44
45
45
``` bash
46
46
# macOS Example
47
- curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.4.1 /gvm-darwin-amd64
47
+ curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.0 /gvm-darwin-amd64
48
48
chmod +x /usr/local/bin/gvm
49
49
eval " $( gvm 1.18.5) "
50
50
go version
@@ -54,7 +54,7 @@ macOS (arm64):
54
54
55
55
``` bash
56
56
# macOS Example
57
- curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.4.1 /gvm-darwin-arm64
57
+ curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.0 /gvm-darwin-arm64
58
58
chmod +x /usr/local/bin/gvm
59
59
eval " $( gvm 1.18.5) "
60
60
go version
@@ -64,7 +64,7 @@ Windows (PowerShell):
64
64
65
65
```
66
66
[Net.ServicePointManager]::SecurityProtocol = "tls12"
67
- Invoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v0.4.1 /gvm-windows-amd64.exe -Outfile C:\Windows\System32\gvm.exe
67
+ Invoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v0.5.0 /gvm-windows-amd64.exe -Outfile C:\Windows\System32\gvm.exe
68
68
gvm --format=powershell 1.18.5 | Invoke-Expression
69
69
go version
70
70
```
@@ -75,4 +75,4 @@ Use `gvm` with fish shell by executing `gvm 1.18.5 | source` in lieu of using `e
75
75
76
76
For existing Go users:
77
77
78
- ` go install github.com/andrewkroh/gvm/cmd/gvm@v0.4.1 `
78
+ ` go install github.com/andrewkroh/gvm/cmd/gvm@v0.5.0 `
0 commit comments