-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
golangci-lint.sh: crit uname_os_check 'MINGW64_NT-10.0' got converted to 'mingw64_nt-10.0' which is not a GOOS value #472
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
Comments
Hi! |
I don't have Windows either 😅 |
AlekSi
added a commit
to AlekSi/golangci-lint
that referenced
this issue
Apr 30, 2019
Because (without modules) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Running the install script on Azure Pipelines (Windows) returns this error:
I know it says to file a bug over in shlib, but similar issues are unresolved, and this code lives in this repo anyway, not shlib.
Would be nice to have this work, as writing more platform-specific code to install a go program doesn't sound awesome. I'll probably just fall back to using
go get
for now.Update: Fortunately the
go get
works! Any idea why it is not recommended? Seems much simpler...The text was updated successfully, but these errors were encountered: