瀏覽代碼

Add a `golang:tip` variant section

This describes the "tip" variant, but most notably provides a rough estimate for how often it's updated.
Tianon Gravi 7 月之前
父節點
當前提交
4f1993a9d6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      golang/variant-tip.md

+ 5 - 0
golang/variant-tip.md

@@ -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.