Merge pull request #6554 from thaJeztah/bump_goversioninfo

Dockerfile: bump github.com/josephspurrier/goversioninfo to v1.5.0
This commit is contained in:
Paweł Gronowski
2025-10-13 12:00:35 +02:00
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@ -35,7 +35,9 @@ 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.4.1
# GOVERSIONINFO_VERSION is the version of GoVersionInfo to install.
# It must be a valid tag from https://github.com/josephspurrier/goversioninfo
ARG GOVERSIONINFO_VERSION=v1.5.0
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \