kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
358 stars 24 forks source link

1.21 -> 1.21.0 #157

Closed kevincobain2000 closed 8 months ago

kevincobain2000 commented 8 months ago

Fixes https://github.com/kevincobain2000/gobrew/issues/156

Outputs

╰─$ go run cmd/gobrew/main.go use 1.17.1
==> [Info] Downloading version: 1.17.1
==> [Info] Downloading from: https://go.dev/dl/go1.17.1.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   0% |                                                                                                                                                                    | (128 kB/123 MB, 458 kB/s) [0s:4m35s]^Csignal: interrupt
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.17                                                                                                                                                                                   1 ↵
==> [Info] Downloading version: 1.17
==> [Info] Downloading from: https://go.dev/dl/go1.17.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   0% |                                                                                                                                                                         | (1.2/123 MB, 3.1 MB/s) [0s:38s]^Csignal: interrupt
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.17.0                                                                                                                                                                                 1 ↵
==> [Info] Downloading version: 1.17
==> [Info] Downloading from: https://go.dev/dl/go1.17.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   0% |                                                                                                                                                                         | (1.1/123 MB, 3.4 MB/s) [0s:36s]^Csignal: interrupt
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.20                                                                                                                                                                                   1 ↵
==> [Info] Downloading version: 1.20
==> [Info] Downloading from: https://go.dev/dl/go1.20.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   0% |                                                                                                                                                                       | (304 kB/92 MB, 2.1 MB/s) [0s:44s]^Csignal: interrupt
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.21                                                                                                                                                                                   1 ↵
==> [Info] Downloading version: 1.21.0
==> [Info] Downloading from: https://go.dev/dl/go1.21.0.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   1% |█                                                                                                                                                                      | (688 kB/62 MB, 3.4 MB/s) [0s:18s]^Csignal: interrupt
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.21.1                                                                                                                                                                                 1 ↵
==> [Info] Downloading version: 1.21.1
==> [Info] Downloading from: https://go.dev/dl/go1.21.1.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   1% |█
╭─pulkit.kathuria@JP-GCJKVGQK0G^M ~/git/gobrew ‹feature/version-1.21.0›
╰─$ go run cmd/gobrew/main.go use 1.21rc4
==> [Info] Downloading version: 1.21rc4
==> [Info] Downloading from: https://go.dev/dl/go1.21rc4.darwin-arm64.tar.gz
==> [Info] Downloading to: /Users/pulkit.kathuria/.gobrew/downloads
Downloading   1% |█
github-actions[bot] commented 8 months ago

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/version-1.21.0
coverage 66.2 % 66.2 %
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 28 28
go-sec-issues 6 6
build-time 3 sec 5 sec +
unit-test-run-time 102 sec 123 sec +

Generated by Cover It Up. View full report https://coveritup.app/kevincobain2000/gobrew

github-actions[bot] commented 8 months ago

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/version-1.21.0
coverage 66.2 % 65.7 % -
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 28 28
go-sec-issues 6 6
build-time 3 sec 3 sec
unit-test-run-time 102 sec 109 sec +

Generated by Cover It Up. View full report https://coveritup.app/kevincobain2000/gobrew