FROM golang:1.24.4-windowsservercore-1809 SHELL ["powershell", "-command"] RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) RUN choco install mingw -y --version 12.2.0.03042023