mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
22fdb575fd
commit
e8e89dc29b
|
|
@ -17,7 +17,7 @@ steps:
|
|||
script: |
|
||||
echo 'Download v.1.14'
|
||||
wget https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz
|
||||
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
echo go version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue