Skip to content

Commit

Permalink
Update prereq doc for Go 1.13.x
Browse files Browse the repository at this point in the history
Also removed duplicate prereq info in docs.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Dec 11, 2019
1 parent cce46ac commit a4bf700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/source/dev-setup/devenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ Setting up the development environment
Prerequisites
~~~~~~~~~~~~~

- `Git client <https://git-scm.com/downloads>`__
- `Go <https://golang.org/dl/>`__ - version 1.12.x
- Git client, Go, and Docker as described at :doc:`../prereqs`
- (macOS)
`Xcode <https://itunes.apple.com/us/app/xcode/id497799835?mt=12>`__
must be installed
- `Docker <https://www.docker.com/get-docker>`__ - 17.06.2-ce or later
- `Docker Compose <https://docs.docker.com/compose/>`__ - 1.14.0 or later
- (macOS) you may need to install gnutar, as macOS comes with bsdtar
as the default, but the build uses some gnutar flags. You can use
Homebrew to install it as follows:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Go Programming Language
Hyperledger Fabric uses the Go Programming Language for many of its
components.

- `Go <https://golang.org/dl/>`__ version 1.12.x is required.
- `Go <https://golang.org/dl/>`__ version 1.13.x is required.

Given that we will be writing chaincode programs in Go, there are two
environment variables you will need to set properly; you can make these
Expand Down

0 comments on commit a4bf700

Please sign in to comment.