Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent b95475f commit 0bbf769
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 441.0.0
ginkgo 2.11.0
golang 1.20.6
golang 1.20.7
golangci-lint 1.53.3
java temurin-17.0.8+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.6
ARG GO_VERSION=1.20.7
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 0bbf769

Please sign in to comment.