From 6d044dd012d6e12b99f10f22fe45b708412e38c4 Mon Sep 17 00:00:00 2001 From: Michael Oleske Date: Wed, 31 Aug 2022 17:17:37 +0000 Subject: [PATCH] bump to go1.18.5 Co-authored-by: Michael Oleske Co-authored-by: David Alvarado --- capi-ruby-units/Dockerfile | 4 ++-- sits/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/capi-ruby-units/Dockerfile b/capi-ruby-units/Dockerfile index 6b94c4e..01f58cd 100644 --- a/capi-ruby-units/Dockerfile +++ b/capi-ruby-units/Dockerfile @@ -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/* diff --git a/sits/Dockerfile b/sits/Dockerfile index c7ab92b..d9460aa 100644 --- a/sits/Dockerfile +++ b/sits/Dockerfile @@ -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 ******" && \