mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
committed by
GitHub
parent
0179d23af0
commit
d59574ec1e
@@ -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(\
|
||||
|
||||
Reference in New Issue
Block a user