Skip to content

Commit

Permalink
Merge pull request #1085 from projectsyn/renovate/golang-go-1.x
Browse files Browse the repository at this point in the history
Update dependency golang/go to v1.23.5
  • Loading branch information
simu authored Jan 17, 2025
2 parents da47f50 + 1ca1e2a commit 1a39020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& mkdir -p /app/.config


ARG GO_VERSION=1.23.4
ARG GO_VERSION=1.23.5
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz \
&& rm go.tar.gz \
Expand Down

0 comments on commit 1a39020

Please sign in to comment.