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
369 stars 24 forks source link

Refactoring 08122023 #162

Closed juev closed 10 months ago

juev commented 10 months ago

@kevincobain2000

Conducted a small refactoring in the code base:

And by the way, the question is, why did you call the latest version v1.10.0? And not 1.9.10? There were no significant changes there either.

And I was faced with the fact that when changing the settings of coveritup.yml, the project build did not start. That is, by changing the assembly process, I could not launch it without making changes to the project itself. Not very comfortable.

github-actions[bot] commented 10 months ago

Summary CoverItUp: kevincobain2000/gobrew

Type master refactoring-08122023
coverage 69.3 % 69.5 % +
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 223 sec 105 sec -

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

kevincobain2000 commented 10 months ago

And I was faced with the fact that when changing the settings of coveritup.yml, the project build did not start. .... Not very comfortable.

You mean due to this? https://github.com/kevincobain2000/gobrew/pull/163

Fixed

And by the way, the question is, why did you call the latest version v1.10.0? And not 1.9.10? There were no significant changes there either.

Sorry, you are right. I thought that v1.10 and above are going to fix the windows issue.