Skip to content

Commit

Permalink
Merge "FAB-16852 Update doc to Go v1.12.12" into release-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Nov 7, 2019
2 parents e7ed5e8 + 83e3cb4 commit 66f3d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/commands/peerversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ information. For example:
peer:
Version: 1.4.0
Commit SHA: 0efc897
Go version: go1.11.1
Go version: go1.12.12
OS/Arch: linux/amd64
Chaincode:
Base Image Version: 0.4.14
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev-setup/devenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Prerequisites
~~~~~~~~~~~~~

- `Git client <https://git-scm.com/downloads>`__
- `Go <https://golang.org/dl/>`__ - version 1.11.x
- `Go <https://golang.org/dl/>`__ - version 1.12.x
- (macOS)
`Xcode <https://itunes.apple.com/us/app/xcode/id497799835?mt=12>`__
must be installed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Go Programming Language
Hyperledger Fabric uses the Go Programming Language for many of its
components.

- `Go <https://golang.org/dl/>`__ version 1.11.x is required.
- `Go <https://golang.org/dl/>`__ version 1.12.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
2 changes: 1 addition & 1 deletion docs/wrappers/peer_version_preamble.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ information. For example:
peer:
Version: 1.4.0
Commit SHA: 0efc897
Go version: go1.11.1
Go version: go1.12.12
OS/Arch: linux/amd64
Chaincode:
Base Image Version: 0.4.14
Expand Down

0 comments on commit 66f3d96

Please sign in to comment.