Dockerfile.dev: bump github.com/josephspurrier/goversioninfo to v1.4.1

Re-align the version with the main Dockerfile, which was missed when
I updated the version in 93a931920b5d2cf3e246173cb1174e41e9b004a2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2025-02-09 16:54:38 +01:00
parent bf65a46c2c
commit bb74513ef3
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
GO111MODULE=on go install gotest.tools/gotestsum@${GOTESTSUM_VERSION}
FROM golang AS goversioninfo
ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOVERSIONINFO_VERSION=v1.4.1
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \