Skip to content

Commit 83590ac

Browse files
chore(deps): update dependency go to v1.23.1 (#873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c329d82 commit 83590ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-agents/jenkins-agent-golang/Dockerfile

+1-1
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.22.5
15+
ARG GO_VERSION=1.23.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)