go: docker: change entrypoint name #75
Labels
effort: easy
An issue is easy to implement.
impact: medium
An issue has medium impact.
scope: code
An issue related to source code.
type: improvement
A new improvement proposal.
Milestone
Motivation: make it more consistent with toolchain.
E.g.,
golang
has that tag https://hub.docker.com/_/golang/tagsSo, I can use the same directive
toolchain go1.20.10
->make go1.20.10
, and automate the call:make toolchain
(it reads toolchain and use appropriate image).Problem: there is no 1.20.0 image tag.
The text was updated successfully, but these errors were encountered: