[GH-ISSUE #170] can't load package: package github.com/FiloSottile/mkcert #107

Closed
opened 2026-02-25 22:32:37 +03:00 by kerem · 1 comment
Owner

Originally created by @ghost on GitHub (Jul 4, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/170

:~/mkcert-1.0.0$ sudo make
GOPATH="/.GOPATH" go install -v github.com/FiloSottile/mkcert
can't load package: package github.com/FiloSottile/mkcert: cannot find package "github.com/FiloSottile/mkcert" in any of:
/usr/lib/go-1.10/src/github.com/FiloSottile/mkcert (from $GOROOT)
/.GOPATH/src/github.com/FiloSottile/mkcert (from $GOPATH)
Makefile:5: recipe for target 'mkcert' failed
make: *** [mkcert] Error 1

Originally created by @ghost on GitHub (Jul 4, 2019). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/170 :~/mkcert-1.0.0$ sudo make GOPATH="/.GOPATH" go install -v github.com/FiloSottile/mkcert can't load package: package github.com/FiloSottile/mkcert: cannot find package "github.com/FiloSottile/mkcert" in any of: /usr/lib/go-1.10/src/github.com/FiloSottile/mkcert (from $GOROOT) /.GOPATH/src/github.com/FiloSottile/mkcert (from $GOPATH) Makefile:5: recipe for target 'mkcert' failed make: *** [mkcert] Error 1
kerem closed this issue 2026-02-25 22:32:37 +03:00
Author
Owner

@FiloSottile commented on GitHub (Jul 4, 2019):

It looks like you are using an old version of mkcert. The current one is 1.3.0 and does not have a Makefile. Please follow the installation instructions, and open a new issue if there is a problem with the current version.

<!-- gh-comment-id:508571364 --> @FiloSottile commented on GitHub (Jul 4, 2019): It looks like you are using an old version of mkcert. The current one is 1.3.0 and does not have a Makefile. Please follow the [installation instructions](https://github.com/FiloSottile/mkcert#linux), and open a new issue if there is a problem with the current version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#107
No description provided.