From b3f74e85aa08c3ce8e99cd9fc8b44dee2e7f614e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 10 Oct 2025 23:25:40 +0200 Subject: [PATCH] Dockerfile: bump gotest.tools/gotestsum v1.13.0 full diff: https://github.com/gotestyourself/gotestsum/compare/v1.12.3...v1.13.0 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- Dockerfile.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff8c615d86..00805630d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ FROM base AS gotestsum # GOTESTSUM_VERSION is the version of gotest.tools/gotestsum to install. -ARG GOTESTSUM_VERSION=v1.12.3 +ARG GOTESTSUM_VERSION=v1.13.0 RUN --mount=type=cache,target=/root/.cache/go-build \ --mount=type=cache,target=/go/pkg/mod \ GOBIN=/build CGO_ENABLED=0 go install "gotest.tools/gotestsum@${GOTESTSUM_VERSION}" \ diff --git a/Dockerfile.windows b/Dockerfile.windows index a945c89205..572fe8c774 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -164,7 +164,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref ARG GO_VERSION=1.24.8 # GOTESTSUM_VERSION is the version of gotest.tools/gotestsum to install. -ARG GOTESTSUM_VERSION=v1.12.3 +ARG GOTESTSUM_VERSION=v1.13.0 # GOWINRES_VERSION is the version of go-winres to install. ARG GOWINRES_VERSION=v0.3.3