Merge pull request #5813 from thaJeztah/bump_goversioninfo

Dockerfile.dev: bump github.com/josephspurrier/goversioninfo to v1.4.1
This commit is contained in:
Sebastiaan van Stijn 2025-02-11 16:06:48 +01:00 committed by GitHub
commit 235e657b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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/ \