Skip to content

Commit 7416e1a

Browse files
Update Golang release (#89)
* Update Golang release Signed-off-by: Hayden B <hblauzvern@google.com> * Update RELEASE.md Co-authored-by: William Woodruff <william@trailofbits.com> Signed-off-by: Hayden B <hblauzvern@google.com> --------- Signed-off-by: Hayden B <hblauzvern@google.com> Co-authored-by: William Woodruff <william@trailofbits.com>
1 parent 5483830 commit 7416e1a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ point if the tag is signed :champagne:.
7171

7272
### Go
7373

74-
No extra step is needed. On every commit a new Go language client is
75-
generated as part of the action
76-
[workflow](.github/workflows/generate.yml).
74+
Prepare a tag with the pattern `vX.Y.Z` and push it. No workflow is needed.
75+
76+
**WARNING**: Tags should not be updated to a new ref or deleted/recreated after creation.
77+
Go provides a checksum database that persists an immutable mapping between version and ref,
78+
and updating the tag will break clients that have already downloaded the release.
7779

7880
### Java
7981

0 commit comments

Comments
 (0)