go.mod is ignored #4136
Unanswered
tetienne
asked this question in
Troubleshooting and bug reports
Replies: 2 comments 6 replies
-
seems this was missed when the core tool was written, it's not hard to do, someone could reference the ruby plugin which does similar work with Lines 374 to 399 in 6ccb1d9 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is there an option to disable this new addition? The go directive within The current behavior is forcing me to always install the minimal version, even though the project will still work on latest (or a newer version than defined in the directive). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation, mise should be able to read the go version within
go.mod
.install
command does not detect anything.and
mise use go
install the latest version.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions