Skip to content

chore: OSS launch prep — install URL fix, GOPRIVATE removal#15

Merged
andresvio merged 3 commits intomainfrom
chore/oss-launch-checklist-updates
Mar 26, 2026
Merged

chore: OSS launch prep — install URL fix, GOPRIVATE removal#15
andresvio merged 3 commits intomainfrom
chore/oss-launch-checklist-updates

Conversation

@andresvio
Copy link
Copy Markdown
Collaborator

Summary

  • Fix install URL in README: add OS/ARCH transforms so curl produces correct release asset filenames
  • Remove GOPRIVATE env var and private module access config from CI and release workflows (repo is now public)

Test plan

  • CI passes without GOPRIVATE (modules resolve via public proxy)
  • Install loop produces correct URLs for darwin/arm64, linux/amd64

Assisted-By: Claude Opus 4

uname -s returns Darwin/Linux (capitalized) and uname -m returns
x86_64, but release assets use lowercase darwin/linux and amd64.
Added transform lines to map correctly.

Assisted-By: Claude Opus 4
Repo is now public — Go toolchain can resolve modules via the
standard module proxy. No more git auth workaround needed.

Assisted-By: Claude Opus 4
go.mod files referenced a pseudo-version (c477479) that the
Go module proxy had not indexed. Updated to the version the proxy
resolved after the repo went public. Also picks up minor dep bumps
(litestream 0.5.10, sqlite 1.47.0, libc 1.70.0).

Assisted-By: Claude Opus 4
@andresvio andresvio merged commit 2054395 into main Mar 26, 2026
4 checks passed
@andresvio andresvio deleted the chore/oss-launch-checklist-updates branch March 26, 2026 18:12
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