Golang uses $major.$minor version names for patch version 0. Golang builder uses the same naming scheme for the "latest patch version" image. Given an image name golang-1.6 it's not clear to a go developer whether that means 1.6.3 or 1.6.0.
What do you think about using 1.6.x as image name for "the latest patch version"?
Golang uses
$major.$minorversion names for patch version0. Golang builder uses the same naming scheme for the "latest patch version" image. Given an image namegolang-1.6it's not clear to a go developer whether that means1.6.3or1.6.0.What do you think about using
1.6.xas image name for "the latest patch version"?