Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 56b0893 commit f260e77
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 f260e77

Please sign in to comment.