Skip to content

Commit

Permalink
Adopting Go 1.12
Browse files Browse the repository at this point in the history
This is to work around golang/go#30446
  • Loading branch information
marstr committed May 6, 2019
1 parent 81df8fb commit 023096c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ phases:

steps:
- task: GoTool@0
displayName: 'Use Go 1.11'
displayName: 'Use Go 1.12'
inputs:
version: 1.11
version: 1.12
- script: |
set -ev
mkdir -p ~/go
Expand All @@ -37,9 +37,9 @@ phases:

steps:
- task: GoTool@0
displayName: 'Use Go 1.11'
displayName: 'Use Go 1.12'
inputs:
version: 1.11
version: 1.12
- script: |
go mod download
displayName: 'Download Dependencies'
Expand All @@ -66,9 +66,9 @@ phases:

steps:
- task: GoTool@0
displayName: 'Use Go 1.11'
displayName: 'Use Go 1.12'
inputs:
version: 1.11
version: 1.12
- script: |
go mod download
displayName: 'Download Dependencies'
Expand Down Expand Up @@ -97,9 +97,9 @@ phases:

steps:
- task: GoTool@0
displayName: 'Use Go 1.11'
displayName: 'Use Go 1.12'
inputs:
version: 1.11
version: 1.12
- script: |
go mod download
displayName: 'Download Dependencies'
Expand Down

0 comments on commit 023096c

Please sign in to comment.