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 版本。

要求

要求 说明
管道类型 YAML、经典版本、经典版本
运行平台 Agent、DeploymentGroup
需求
功能 运行此任务满足同一作业中任何后续任务的以下 要求 : GO
命令限制 任意
可设置变量 Any
代理版本 所有支持的代理版本。
任务类别 工具