Skip to content

Commit d71aeae

Browse files
Update dependency golang/go to v1.24.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfe7f16 commit d71aeae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& mkdir -p /app/.config
2222

2323

24-
ARG GO_VERSION=1.24.0
24+
ARG GO_VERSION=1.24.1
2525
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \
2626
&& tar -C /usr/local -xzf go.tar.gz \
2727
&& rm go.tar.gz \

0 commit comments

Comments
 (0)