Skip to content

fix(build): set full module path to enable go install - #3

Open
Raina-Hardik wants to merge 1 commit into
parsaenami:mainfrom
Raina-Hardik:fix/module-path
Open

fix(build): set full module path to enable go install#3
Raina-Hardik wants to merge 1 commit into
parsaenami:mainfrom
Raina-Hardik:fix/module-path

Conversation

@Raina-Hardik

@Raina-Hardik Raina-Hardik commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the module path declaration in go.mod from taskii to github.com/parsaenami/taskii.

Why

When installing via go install github.com/parsaenami/taskii@latest, Go requires the module path declared in go.mod to match the remote repository URL. Previously, it failed with:

module declares its path as: taskii
        but was required as: github.com/parsaenami/taskii

Changes

  • Updated go.mod module declaration to github.com/parsaenami/taskii.
  • Updated all internal package imports across the codebase.
  • Updated -ldflags build symbol path in .github/workflows/release.yml to github.com/parsaenami/taskii/internal/ui.Version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant