outposts: bump go version

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-16 23:01:10 +02:00
parent b136d3bc69
commit ef3c01ec34
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.15' version: '1.16'
- task: CmdLine@2 - task: CmdLine@2
inputs: inputs:
script: | script: |
@ -40,7 +40,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.15' version: '1.16'
- task: Go@0 - task: Go@0
inputs: inputs:
command: 'get' command: 'get'
@ -63,7 +63,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.15' version: '1.16'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'current' buildType: 'current'
@ -82,7 +82,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.15' version: '1.16'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'current' buildType: 'current'