Add Go version module (#44)

This commit is contained in:
John Letey
2019-05-12 04:58:45 +01:00
committed by Matan Kushner
parent 8b5055d510
commit d3ce00c516
7 changed files with 258 additions and 4 deletions
+4
View File
@@ -56,6 +56,10 @@ jobs:
- task: NodeTool@0
inputs:
versionSpec: "12.0.0"
# Install Go
- task: GoTool@0
inputs:
versionSpec: "1.10"
# Install Rust at a fixed version for integration tests
- template: ".build/install-rust.yml"
parameters: