https://github.com/lib4u/goinstall
Easy installing and Updating Golang on Linux🐧
https://github.com/lib4u/goinstall
go golang shell-script update-checker updater
Last synced: 3 months ago
JSON representation
Easy installing and Updating Golang on Linux🐧
- Host: GitHub
- URL: https://github.com/lib4u/goinstall
- Owner: lib4u
- Created: 2025-03-15T10:44:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T09:42:27.000Z (7 months ago)
- Last Synced: 2025-11-30T02:58:50.590Z (7 months ago)
- Topics: go, golang, shell-script, update-checker, updater
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installing and Updating Golang in Linux
Small shell script that will allow you to easily install or update Golang from the official website go.dev to the latest version.
Fedora, Ubuntu, Debian, Arch and other.
Clone repository
```sh
git clone https://github.com/lib4u/goinstall.git
```
Or download script via wget
```sh
wget https://raw.githubusercontent.com/lib4u/goinstall/refs/heads/main/go_updater.sh
```
Start install
```sh
chmod +x go_updater.sh
./go_updater.sh
```
Check version
```sh
go version
```
Finish!