Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.20.6 (#1946)
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] authored Jul 12, 2023
1 parent 49cba3f commit 7e13bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concourse 7.9.1
direnv 2.32.3
gcloud 437.0.1
ginkgo 2.11.0
golang 1.20.5
golang 1.20.6
golangci-lint 1.53.3
java temurin-17.0.7+7
make 4.4
Expand Down
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.20.5
ARG GO_VERSION=1.20.6
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 7e13bfc

Please sign in to comment.