Skip to content

Commit 8fcf9a9

Browse files
chore(deps): update dependency go to v1.26.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f27cc7e commit 8fcf9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG TARGETARCH
1010
ENV TZ=Etc/UTC
1111

1212
# renovate: datasource=golang-version depName=go
13-
ENV GO_VERSION=1.26.4
13+
ENV GO_VERSION=1.26.5
1414

1515
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1616
RUN apt-get update && \

0 commit comments

Comments
 (0)