GoTool@0 - Go 工具安装程序 v0 任务
使用此任务可在工具缓存中查找或下载特定版本的 Go 并将其添加到 PATH。
在工具缓存中查找或下载特定版本的 Go,并将其添加到 PATH。 使用此任务可以设置后续任务中使用的 Go 版本。
语法
# Go tool installer v0
# Find in cache or download a specific version of Go and add it to the PATH.
- task: GoTool@0
inputs:
version: '1.10' # string. Required. Version. Default: 1.10.
# Advanced
#goPath: # string. GOPATH.
#goBin: # string. GOBIN.
# Go Tool Installer v0
# Finds or downloads a specific version of Go in the tools cache and adds it to the PATH. Use this to set the version of Go used in subsequent tasks.
- task: GoTool@0
inputs:
version: '1.10' # string. Required. Version. Default: 1.10.
# Advanced
#goPath: # string. GOPATH.
#goBin: # string. GOBIN.
输入
version
- 版本
string
. 必需。 默认值:1.10
。
要下载的 Go 版本 ((如有必要)) 并使用,例如 1.9.3
。
goPath
- GOPATH
string
.
GOPATH 环境变量的自定义值。
goBin
- GOBIN
string
.
GOBIN 环境变量的自定义值。
任务控件选项
除任务输入外,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性。
输出变量
无。
备注
使用此任务可在工具缓存中查找或下载特定版本的 Go 工具,并将其添加到 PATH。 使用 任务更改在后续任务中使用的 Go Lang 版本。