goctl docker command add -version (#1206)

* feature(优化): 优化goctl

goctl docker 命令新增version参数,指定builder golang 版本

* feature(优化): 优化goctl

goctl docker 命令新增version参数,指定builder golang 版本
This commit is contained in:
晨曦中
2021-11-06 21:28:32 +08:00
committed by GitHub
parent 3ede597a15
commit 539215d7df
3 changed files with 15 additions and 4 deletions

View File

@@ -255,6 +255,10 @@ var commands = []cli.Command{
Name: "home",
Usage: "the goctl home path of the template",
},
cli.StringFlag{
Name: "version",
Usage: "the goctl builder golang image version",
},
},
Action: docker.DockerCommand,
},