You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading https://go.dev/dl/go1.20.1.linux-amd64.tar.gz
Creating /root/.gvm/1.20.1
Updating symlink /root/.gvm/1.20.1/go => /root/.gvm
Adding /root/.gvm/go/bin to PATH
For ubuntu you must run [source ~/.bashrc] or logout/login to complete path installation
GVM is shadowed by /usr/bin/go in your PATH. Please update your PATH to use /root/.gvm/go/bin first
➜ packetgen git:(01942cd) go version
go version go1.18.1 linux/amd64
➜ packetgen git:(01942cd) source ~/.zshrc
➜ packetgen git:(01942cd) which go
/usr/bin/go
➜ packetgen git:(01942cd) go version
go version go1.18.1 linux/amd64
➜ packetgen git:(01942cd) echo $SHELL
No description provided.
The text was updated successfully, but these errors were encountered: