satisfactorymodding / satisfactorymodding/SatisfactoryModManager
Warning While Building That `go.mod` Is Specifying An Older Version Of Wails
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 500
- Forks
- 94
- Avg merge
- 9d 19h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect go.mod and the Wails CLI build section that produces the warning, comparing the recorded Wails version with the CLI version shown in the issue. Reproduce the AUR build and determine whether the version reference should be updated; done means the warning is resolved or its expected behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100