Merge pull request #2554 from infosiftr/go-tip

Add a `golang:tip` variant section
This commit is contained in:
yosifkit 2025-03-18 16:38:06 -07:00 committed by GitHub
commit 47c894f670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

5
golang/variant-tip.md Normal file
View File

@ -0,0 +1,5 @@
## `%%IMAGE%%:<version>-tip`
The term "tip" in the Go community is used to refer to the latest development branch ([a leftover convention from previously using `hg` for version control](https://github.com/golang/build/blob/6383021611af0e07cbf0a60222e066662557c796/cmd/coordinator/internal/legacydash/build.go#L313-L314)).
These tags contains builds of Go's latest development branch, and they are updated on a ~weekly cadence.