mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #323] import cycle not allowed #210
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#210
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 @hippolee on GitHub (Dec 29, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/323
I tried to build from source, used cmd in readme says
git clone https://github.com/FiloSottile/mkcert && cd mkcert
go build -ldflags "-X main.Version=$(git describe --tags)"
then
import cycle not allowed
package .
imports bytes
imports errors
imports internal/reflectlite
imports internal/unsafeheader
imports runtime
imports internal/bytealg
imports internal/cpu
imports runtime
What should I do?
my go version is ”go version go1.9.4 linux/amd64“
@FiloSottile commented on GitHub (Dec 29, 2020):
Sorry, but Go 1.9 has been unsupported for years. It also looks like your installation is somehow corrupt.
If you install a recent version of Go from https://golang.org/dl then mkcert should build correctly.