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

Get error when installing with go get #79

Closed
nikitavoloboev opened this issue May 18, 2018 · 1 comment
Closed

Get error when installing with go get #79

nikitavoloboev opened this issue May 18, 2018 · 1 comment
Milestone

Comments

@nikitavoloboev
Copy link

Omit non-relevant sections.

Description

What is this issue about?
Get error when installing with go get

Use case

What use case would this solve?

Steps to reproduce

What steps did you take when you found this issue?
Ran: go get -u github.com/variadico/noti/cmd/noti

Expected behavior

What did you expect to happen?
It installs.

Actual behavior

What actually happened?
Got this:

❯ go get -u github.com/variadico/noti/cmd/noti
# cd .; git clone https://github.com/variadico/noti /Users/nikivi/go/src/github.com/variadico/noti
Cloning into '/Users/nikivi/go/src/github.com/variadico/noti'...
fatal: unable to access 'https://github.com/variadico/noti/': error setting certificate verify locations:
  CAfile: /etc/ssl/cert.pem
  CApath: none
package github.com/variadico/noti/cmd/noti: exit status 128

Version

What go version and noti --version are you using?
go version go1.10.1 darwin/amd64

@variadico variadico added this to the 3.2.0 milestone Jun 25, 2019
@variadico
Copy link
Owner

Sorry for the late response!

go get installation is currently broken in Go 1.12. I'm actually removing go get as a supported installation method until the modules team fixes some issues.

Issues that impact noti:

Sorry.

If you need a binary, just download one from the releases page.
https://github.com/variadico/noti/releases

Otherwise, you can git clone and build with make build if you need to compile from source.

Closing the ticket for now. Thanks!

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

No branches or pull requests

2 participants