共用方式為


GoTool@0 - Go 工具安裝程式 v0 工作

使用此工作可在工具快取中尋找,或下載特定版本的 Go,並將它新增至 PATH。

在工具快取中尋找或下載特定版本的 Go,並將其新增至 PATH。 使用此工作來設定後續工作中使用的 Go 版本。

Syntax

# 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
要求
Capabilities 針對相同作業中的任何後續工作,執行這項工作符合下列 需求 : GO
命令限制 任意
Settable 變數 任意
代理程式版本 所有支援的代理程式版本。
工作類別 工具