7 lines
253 B
Docker
7 lines
253 B
Docker
FROM local/gitea-windows-runner:windows-base
|
|
|
|
SHELL ["powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command"]
|
|
|
|
# Go profile for Windows builds.
|
|
RUN choco feature enable -n allowGlobalConfirmation; \
|
|
choco install golang --version=1.22.4 |