Skip to content

Commit

Permalink
Merge pull request #5810 from thaJeztah/bump_gotestsum
Browse files Browse the repository at this point in the history
Dockerfile: bump gotest.tools/gotestsum v1.12.0
  • Loading branch information
thaJeztah authored Feb 10, 2025
2 parents bf65a46 + aecc310 commit 7a72f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BASE_DEBIAN_DISTRO=bookworm
ARG GO_VERSION=1.23.6
ARG XX_VERSION=1.6.1
ARG GOVERSIONINFO_VERSION=v1.4.1
ARG GOTESTSUM_VERSION=v1.10.0
ARG GOTESTSUM_VERSION=v1.12.0
ARG BUILDX_VERSION=0.20.0
ARG COMPOSE_VERSION=v2.32.4

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
&& gofumpt --version

FROM golang AS gotestsum
ARG GOTESTSUM_VERSION=v1.10.0
ARG GOTESTSUM_VERSION=v1.12.0
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \
Expand Down

0 comments on commit 7a72f38

Please sign in to comment.