Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmoehler authored and xiaozhu36 committed Dec 14, 2023
1 parent 7f50084 commit a72e168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a72e168

Please sign in to comment.