Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.22.2 (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent a23ecd5 commit 33efb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -L "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/son
chmod +x /opt/sonar-scanner/bin/sonar-scanner

# renovate: datasource=golang-version depName=go
ARG GO_VERSION=1.21.6
ARG GO_VERSION=1.22.2
RUN curl -L "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" -o /tmp/go.tar.gz && \
tar -C /usr/local/ -xzf /tmp/go.tar.gz

Expand Down

0 comments on commit 33efb4b

Please sign in to comment.