Fail to run
#361
|
when i run |
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 buildor install a lower version of golang directly. |
0 replies
Answer selected by
fmartingr
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 buildor install a lower version of golang directly.