Update scripts and Dockerfiles to use Go 1.16.1 (#31881)

* Update scripts and Dockerfiles to use Go 1.16.1

* Update build-container image version to 1.4.1

* Update node version to 14.16.0-1nodesource1

* Updated drone configuration
This commit is contained in:
Dimitris Sotirakis
2021-03-11 12:55:04 +02:00
committed by GitHub
parent 0179d23af0
commit d59574ec1e
10 changed files with 175 additions and 175 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.16 unzip@6.00 gcc@9.3.0-2
RUN powershell -Command scoop install go@1.16.1 unzip@6.00 gcc@9.3.0-2
# Install diffutils, in case we need them
RUN powershell (New-Object Net.WebClient).DownloadFile(\