summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorOlli Janatuinen <olli.janatuinen@gmail.com>2020-05-28 19:47:29 +0300
committerOlli Janatuinen <olli.janatuinen@gmail.com>2020-09-17 08:59:49 +0300
commit82b5ff8026506017a3b01f7b6e0ece5c226a56bb (patch)
tree2d247fb18db353362cf097ef4c699fd56c60c839 /Dockerfile.windows
parent1155b6bc7adebd6aa924c25b0e367e0359ae6047 (diff)
downloaddocker-82b5ff8026506017a3b01f7b6e0ece5c226a56bb.tar.gz
Windows CI: Make sure that CI fails on any error
- If unit tests fails - If intergration tests fails Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index f67d1d1cea..655e33a358 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -166,7 +166,7 @@ FROM microsoft/windowsservercore
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.13.15
-ARG GOTESTSUM_COMMIT=v0.3.5
+ARG GOTESTSUM_COMMIT=v0.5.3
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.