Skip to content

Commit

Permalink
bump golang version to 1.18.1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: David Alvarado <[email protected]>
  • Loading branch information
3 people authored May 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c71c18a commit 31b145b
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions capi-ruby-units/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.2.linux-amd64.tar.gz -P /tmp && \
tar xzvf /tmp/go1.10.2.linux-amd64.tar.gz -C /usr/local && \
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 && \
mkdir $GOPATH && \
rm -rf /tmp/*

4 changes: 2 additions & 2 deletions sits/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM ubuntu:trusty
ENV bosh_cli_version 7.0.0
ENV bbl_version 7.2.12
ENV credhub_cli_version 1.7.7
ENV go_version 1.17.2
ENV go_version 1.18.1

RUN \
echo "****** This is my working directory ******" && \
@@ -40,7 +40,7 @@ RUN \
mkdir $GOPATH && \
rm -rf /tmp/*

RUN go get github.com/onsi/ginkgo/ginkgo
RUN go install github.com/onsi/ginkgo/ginkgo@latest

# Install jq
RUN wget -O /usr/local/bin/jq 'https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64' && \

0 comments on commit 31b145b

Please sign in to comment.