Viper no longer works on Go < 1.20 #1728
Unanswered
stevenruidigao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like Viper will no longer compile on Go 1.18, so should the go.mod be updated? (I believe it is because of slog and https://github.com/sagikazarmark/slog-shim/blob/main/go.mod, which require Go 1.20)
When I try to compile code using Viper in 1.18, I get the following errors:
Beta Was this translation helpful? Give feedback.
All reactions