Skip to content

Commit 2668a9f

Browse files
authored
Merge pull request #1114 from projectsyn/renovate/golang-go-1.x
Update dependency golang/go to v1.24.1
2 parents dfe7f16 + d71aeae commit 2668a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)