I use Paru to build from the AUR. Once the Wails CLI section builds I get this warning after the flags are specified and displayed:
Warning: go.mod is using Wails '2.10.2' but the CLI is 'v2.11.0'. Consider updating your project's go.mod file.
I checked the files in the repository and this is indeed the case. I'm not familiar with using Go or Wails so I'm not sure if there needs to be something updated in the source code before the newer CLI version is used but since I didn't see any issue on this I wanted this to at least be an issue so it can eventually be addressed.