Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 1b18ff9 commit 2a6f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg m

# install golang
# renovate: datasource=golang-version depName=golang
ARG GO_VERSION=1.22.4
ARG GO_VERSION=1.22.5
ENV GOPATH $HOME/go
ENV PATH $HOME/go/bin:/usr/local/go/bin:$PATH
RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz -P /tmp &&\
Expand Down

0 comments on commit 2a6f5cb

Please sign in to comment.