Chore: Upgrade Go etc in build images (#29157)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-17 13:11:43 +01:00
committed by GitHub
parent 4dd7b7a82d
commit 4485f4d878
5 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ RUN powershell Invoke-Expression (New-Object System.Net.WebClient).DownloadStrin
# Scoop first of all needs git to update itself
# Run Scoop under PowerShell since it can otherwise fail
RUN powershell -Command scoop install git@2.29.1.windows.1
RUN powershell -Command scoop install go@1.15.3 unzip@6.00 gcc@9.3.0-2
RUN powershell -Command scoop install go@1.15.5 unzip@6.00 gcc@9.3.0-2
# Install diffutils, in case we need them
RUN powershell (New-Object Net.WebClient).DownloadFile(\