Skip to content

fix: bump Go module path from v6 to v7 - #149

Merged
briskt merged 2 commits into
mainfrom
copilot/fix-publish-job
Jul 27, 2026
Merged

fix: bump Go module path from v6 to v7#149
briskt merged 2 commits into
mainfrom
copilot/fix-publish-job

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The goreleaser publish job was failing because the module path (/v6) didn't match the release tag (v7.0.2). Go enforces that the major version suffix in the module path must equal the tag's major version.

Changes

  • go.mod: updated module declaration from github.com/sil-org/personnel-sync/v6v7
  • 19 .go files: updated all internal import paths accordingly
failed to proxy module: go: github.com/sil-org/personnel-sync/v6@v7.0.2:
invalid version: module path includes a major version suffix,
so major version must match

Copilot AI changed the title [WIP] Fix failing GitHub Actions job publish fix: bump Go module path from v6 to v7 Jul 27, 2026
Copilot AI requested a review from briskt July 27, 2026 07:29
@briskt
briskt marked this pull request as ready for review July 27, 2026 07:31
@briskt
briskt requested a review from a team as a code owner July 27, 2026 07:31
@briskt
briskt requested review from ethancanne, jason-jackson and samuel-sowpati-sil and removed request for a team July 27, 2026 07:31
@briskt
briskt merged commit 4346b10 into main Jul 27, 2026
2 checks passed
@briskt
briskt deleted the copilot/fix-publish-job branch July 27, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants