Fail to run
#361
-
when i run
|
Beta Was this translation helpful? Give feedback.
Answered by
codepiano
Oct 26, 2021
Replies: 2 comments
-
It seems that mod 'logrus' shiori used is not compatible with golang 1.17,It will panic directly when startup. Since 'logrus' have not fixed this problem, you can use a lower version of go to compile shiori, if you want multiple golang version on your computer, you can do this: go install golang.org/dl/go1.16.9@latest
go1.16.9 download
# build shiori with golang 1.16.9
go1.16.9 build or install a lower version of golang directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fmartingr
-
@codepiano it works , thanks . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that mod 'logrus' shiori used is not compatible with golang 1.17,It will panic directly when startup.
Since 'logrus' have not fixed this problem, you can use a lower version of go to compile shiori, if you want multiple golang version on your computer, you can do this:
go install golang.org/dl/go1.16.9@latest go1.16.9 download # build shiori with golang 1.16.9 go1.16.9 build
or install a lower version of golang directly.