Skip to content

fix(release): skip existing Go versions - #54

Merged
rkdud007 merged 1 commit into
mainfrom
rkdud/fix-go-already-existing-version
Sep 3, 2026
Merged

fix(release): skip existing Go versions#54
rkdud007 merged 1 commit into
mainfrom
rkdud/fix-go-already-existing-version

Conversation

@rkdud007

@rkdud007 rkdud007 commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

The merge of #53 retained version 1.16.2, whose Go module tag already points to the earlier release commit. Requiring that existing tag to point to every later main commit made the publish workflow fail even though there was nothing new to publish.

A later main-branch push can retain the current SDK version after its
Go tag was created by an earlier release. Treat that version as already
published instead of requiring its tag to point at the latest commit.

This matches the existing npm and PyPI idempotency behavior.
@rkdud007
rkdud007 merged commit 9f82046 into main Sep 3, 2026
3 checks passed
@rkdud007
rkdud007 deleted the rkdud/fix-go-already-existing-version branch September 3, 2026 22:46
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.

2 participants