Skip to content

Commit 235e657

Browse files
authored
Merge pull request #5813 from thaJeztah/bump_goversioninfo
Dockerfile.dev: bump github.com/josephspurrier/goversioninfo to v1.4.1
2 parents b7e4fac + bb74513 commit 235e657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2929
GO111MODULE=on go install gotest.tools/gotestsum@${GOTESTSUM_VERSION}
3030

3131
FROM golang AS goversioninfo
32-
ARG GOVERSIONINFO_VERSION=v1.3.0
32+
ARG GOVERSIONINFO_VERSION=v1.4.1
3333
RUN --mount=type=cache,target=/root/.cache/go-build \
3434
--mount=type=cache,target=/go/pkg/mod \
3535
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)