Skip to content

Commit

Permalink
bump to go1.18.5
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Oleske <moleske@pivotal.io>
Co-authored-by: David Alvarado <alvaradoda@vmware.com>
  • Loading branch information
moleske and dalvarado committed Aug 31, 2022
1 parent a32d067 commit 6d044dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions capi-ruby-units/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN set -ex \
ENV GOPATH $HOME/go
ENV PATH $HOME/go/bin:/usr/local/go/bin:$PATH
RUN \
wget https://storage.googleapis.com/golang/go1.18.1.linux-amd64.tar.gz -P /tmp && \
tar xzvf /tmp/go1.18.1.linux-amd64.tar.gz -C /usr/local && \
wget https://storage.googleapis.com/golang/go1.18.5.linux-amd64.tar.gz -P /tmp && \
tar xzvf /tmp/go1.18.5.linux-amd64.tar.gz -C /usr/local && \
mkdir $GOPATH && \
rm -rf /tmp/*

Expand Down
2 changes: 1 addition & 1 deletion sits/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:trusty
ENV bosh_cli_version 7.0.1
ENV bbl_version 7.2.12
ENV credhub_cli_version 1.7.7
ENV go_version 1.18.1
ENV go_version 1.18.5

RUN \
echo "****** This is my working directory ******" && \
Expand Down

0 comments on commit 6d044dd

Please sign in to comment.