Replies: 1 comment 2 replies
-
|
It was not intentional 😔 I'll need to patch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like Wails v2.0.0-beta.39 now requires Go 1.18+ as it is using the
strings.Cutfunction introduced with Go 1.18...Was this an intentional change?
If so, @leaanthony are you happy for me to submit a PR that updates all references in the
beta.39andcurrentversions of the website and v2 source and templates code to use Go 1.18? (not sure whether there's some system in place already to update all the go.mod templates to ensure their references are tidy)If not intentional, I guess I've found a bug! 😄
Beta Was this translation helpful? Give feedback.
All reactions