Skip to content

Commit ace7a7b

Browse files
chore(deps): update dependency go to v1.25.1
1 parent 5eb1cfe commit ace7a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-agents/jenkins-agent-golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -L "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/son
1212
chmod +x /opt/sonar-scanner/bin/sonar-scanner
1313

1414
# renovate: datasource=golang-version depName=go
15-
ARG GO_VERSION=1.24.2
15+
ARG GO_VERSION=1.25.1
1616
RUN curl -L "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" -o /tmp/go.tar.gz && \
1717
tar -C /usr/local/ -xzf /tmp/go.tar.gz
1818

0 commit comments

Comments
 (0)