We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c329d82 commit 83590acCopy full SHA for 83590ac
jenkins-agents/jenkins-agent-golang/Dockerfile
@@ -12,7 +12,7 @@ RUN curl -L "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/son
12
chmod +x /opt/sonar-scanner/bin/sonar-scanner
13
14
# renovate: datasource=golang-version depName=go
15
-ARG GO_VERSION=1.22.5
+ARG GO_VERSION=1.23.1
16
RUN curl -L "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" -o /tmp/go.tar.gz && \
17
tar -C /usr/local/ -xzf /tmp/go.tar.gz
18
0 commit comments