mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
Add Go version module (#44)
This commit is contained in:
committed by
Matan Kushner
parent
8b5055d510
commit
d3ce00c516
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user