Skip to content
/ sv Public

✨ Switch golang version seamlessly, a cli version manager

License

Notifications You must be signed in to change notification settings

voocel/sv

Repository files navigation

SV

Switch golang version

SV is a great open source beautiful Go Version Manager

English | 中文

Example

🏆 Purpose

Allows you to easily build and switch different Golang versions

💡 Requirements

Go version: 1.9.x or later

⬇️️ Install

install a release from the command-line

👉 curl -sL https://raw.githubusercontent.com/voocel/sv/main/install.sh -o - | sudo bash

🔥 Features

  • List local or remote all versions
  • Install a specific version
  • Uninstall a specific version
  • Quickly switch local versions
  • Pretty download progress bar

🌲 Usage

select a version to install

sv

install specific version

sv install 1.18.1

uninstall specific version

sv uninstall 1.18.1

install a local specific version

sv use 1.18.1

⚠️ License

Copyright © 2016–2022

Licensed under Apache License 2.0

🙋 Contributing

Welcome! Welcome!