Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21 -> 1.21.0 #157

Merged
merged 3 commits into from
Nov 14, 2023
Merged

1.21 -> 1.21.0 #157

merged 3 commits into from
Nov 14, 2023

Conversation

kevincobain2000
Copy link
Owner

Fixes #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% |█

Copy link

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

Copy link

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

@kevincobain2000 kevincobain2000 merged commit 5295fd4 into master Nov 14, 2023
5 of 14 checks passed
@kevincobain2000 kevincobain2000 deleted the feature/version-1.21.0 branch November 14, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gobrew can't download package with only major version
2 participants