Skip to content

fix: rename asset file with invalid colon character#125

Merged
yjp20 merged 1 commit intomainfrom
fix/rename-colon-asset
Mar 20, 2026
Merged

fix: rename asset file with invalid colon character#125
yjp20 merged 1 commit intomainfrom
fix/rename-colon-asset

Conversation

@dtmeadows
Copy link
Contributor

Summary

  • Renames assets/build:diagnostics-list.gifassets/builds-diagnostics-list.gif
  • The colon in the filename caused sum.golang.org to reject the module zip for v0.1.0-alpha.85 with invalid char ':', breaking go install for all versions
  • The new name matches what assets/builds-diagnostics-list.tape already expects as its output

Test plan

  • Verify go install works after a new release is cut from this fix

Renames assets/build:diagnostics-list.gif to assets/builds-diagnostics-list.gif
to remove the colon from the filename. The colon caused sum.golang.org to reject
the module zip for v0.1.0-alpha.85 with "invalid char ':'", breaking go install
for all versions.
Copy link
Contributor

@bruce-hill bruce-hill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really get why this file exists, but isn't referenced anywhere. The closest thing is this bit, which references the filename you renamed it to.

// file: assets/builds-diagnostics-list.tape
Output "assets/builds-diagnostics-list.gif"

Seems like a good change though.

@yjp20 yjp20 merged commit af88372 into main Mar 20, 2026
7 checks passed
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.

3 participants