mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #209] go run github.com/FiloSottile/mkcert no longer works outside with Go 1.14 #136
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eliasnaur on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/209
The fix for https://github.com/golang/go/issues/32027 disallows
go runand friends outside a module (when GO111MODULE=on):@FiloSottile commented on GitHub (Nov 9, 2019):
Sigh, it was too good for this world.