-
Notifications
You must be signed in to change notification settings - Fork 534
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
Set GOPATH to the default directory if unset #19
Conversation
FYI: looks like you've inadvertently changed the line endings of the files, so unless the diff is told to ignore whitespace changes it's hard to tell what changed. |
@kjk Yeah looks like tsc fucked up ^^ Edit: Should be fine now |
@damccorm Some feedback on this ? |
For Go 1.13 no GOPATH is set by default but there is a PR that should fix this: actions/setup-go#19 Anyways, as a workaround I explicitly set the GOPATH.
# Conflicts: # lib/installer.js # src/installer.ts
Feedback:
|
also, do an |
Agree to close this issue looking at those points.
Yeah I'm currently on Windows but will move back to Linux in few hours ;) |
I might also set some repo level git line level ending settings ... |
This PR should fix issues linked to GOPATH definition (#12 #14).
TravisCI also has pretty much this behavior while initializing Go with gimme and the official Go Docker image too.