Skip to content

Fail to run #361

Answered by codepiano
hyoban asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fmartingr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #319 on February 10, 2022 21:44.