full diff: https://github.com/gotestyourself/gotestsum/compare/v1.12.3...v1.13.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -202,7 +202,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ |
| 202 | 202 |
|
| 203 | 203 |
FROM base AS gotestsum |
| 204 | 204 |
# GOTESTSUM_VERSION is the version of gotest.tools/gotestsum to install. |
| 205 |
-ARG GOTESTSUM_VERSION=v1.12.3 |
|
| 205 |
+ARG GOTESTSUM_VERSION=v1.13.0 |
|
| 206 | 206 |
RUN --mount=type=cache,target=/root/.cache/go-build \ |
| 207 | 207 |
--mount=type=cache,target=/go/pkg/mod \ |
| 208 | 208 |
GOBIN=/build CGO_ENABLED=0 go install "gotest.tools/gotestsum@${GOTESTSUM_VERSION}" \
|
| ... | ... |
@@ -164,7 +164,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref |
| 164 | 164 |
ARG GO_VERSION=1.24.8 |
| 165 | 165 |
|
| 166 | 166 |
# GOTESTSUM_VERSION is the version of gotest.tools/gotestsum to install. |
| 167 |
-ARG GOTESTSUM_VERSION=v1.12.3 |
|
| 167 |
+ARG GOTESTSUM_VERSION=v1.13.0 |
|
| 168 | 168 |
|
| 169 | 169 |
# GOWINRES_VERSION is the version of go-winres to install. |
| 170 | 170 |
ARG GOWINRES_VERSION=v0.3.3 |