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

does the GitHub action version work with window ? #146

Closed gedw99 closed 8 months ago

gedw99 commented 8 months ago

I noticed the matrix example does not show windows.

and for windows we need to set the GOROOT etc after its installed ?

kevincobain2000 commented 8 months ago

I remember I tried testing it in the past, but action for os: windows didn't work for me, and I gave up. Here is the action.yml for the action https://github.com/kevincobain2000/action-gobrew

gedw99 commented 8 months ago

Shane .

i know I got makefiles working across all 3 of the usual suspects on my other repos. You call the make target from GitHub ci . Same one runs on your laptop. Its a single source of truth etc …

gedw99 commented 8 months ago

Example

https://github.com/aljorhythm/sapere-server/blob/main/.github/workflows/build.yml

Also

https://news.ycombinator.com/item?id=33751533