From a72e16841d3f147de31548f38620db3334cfd6e6 Mon Sep 17 00:00:00 2001 From: Felix Moehler Date: Tue, 28 Nov 2023 18:18:16 +0100 Subject: [PATCH] Update Documentation The readme is using an outdated go version leading to issues when bosh tries to compile a dev-release. Bumped it to a newer version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dedcd2b8..6fa84e5e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a [BOSH](http://bosh.io) release for the BOSH Alibaba Cloud CPI. - Clone this repo - Install golang and export $GOROOT - Install bosh-cli -- Download `go1.8.1.linux-amd64.tar.gz` from https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz +- Download `go1.20.10.linux-amd64.tar.gz` from https://storage.googleapis.com/golang/go1.20.10.linux-amd64.tar.gz - Add blob and create release - Configure golang env and make - Create bosh release @@ -18,7 +18,7 @@ This is a [BOSH](http://bosh.io) release for the BOSH Alibaba Cloud CPI. $ git clone https://github.com/aliyun/bosh-alicloud-cpi-release.git $ cd bosh-alicloud-cpi-release $ mkdir blobs -$ bosh add-blob ~/Downloads/go1.8.1.linux-amd64.tar.gz go1.8.1.linux-amd64.tar.gz +$ bosh add-blob ~/Downloads/go1.20.10.linux-amd64.tar.gz go1.20.10.linux-amd64.tar.gz $ source .envrc $ make $ bosh create-release --force --tarball=../bosh-alicloud-cpi.tgz