We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get :go: go.mod file not found in current directory or any parent directory, but the go.mod clearly is in the main directory
go: go.mod file not found in current directory or any parent directory
The text was updated successfully, but these errors were encountered:
Weird, but it probably has something to do with the fact that Builder changes source and build directories when using flatpak-builder.
flatpak-builder
Here's how it looks in plain flatpak-builder:
The Meson build system Version: 1.5.2 Source dir: /run/build/floodit Build dir: /run/build/floodit/_flatpak_build ...
And here's in Builder:
The Meson build system Version: 1.5.1 Source dir: /home/tfuxc/Documents/MyStuff/Go Stuff/Flood-It Build dir: /home/tfuxc/.var/app/org.gnome.Builder/cache/gnome-builder/projects/Flood-It/builds/io.github.tfuxu.floodit.json-flatpak-org.gnome.Platform-47-x86_64-master ...
For now I recommend using flatpak-builder, but I'll try to fix this in near future.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Describe your issue
I get :
go: go.mod file not found in current directory or any parent directory
, but the go.mod clearly is in the main directoryThe text was updated successfully, but these errors were encountered: