-
I always run into the issue of the go version not matching the garble version. garble was built with "go1.23.2" and can't be used with the newer "go1.23.4"; rebuild it with a command like:
go install mvdan.cc/garble@latest Is there a way to match the garble version to the go version, and then pull the right garble version to match ? I search flor similar but GitHub did not find any. |
Beta Was this translation helpful? Give feedback.
Answered by
lu4p
Dec 21, 2024
Replies: 1 comment 1 reply
-
It's not about the right garble for a go version. Garble just needs to be compiled with the same go version you're using. Just do what it says. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lu4p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not about the right garble for a go version. Garble just needs to be compiled with the same go version you're using.
Just do what it says.