Re: how to reference fabric 2.2 in application go.mod? #fabric #fabric-chaincode
Brett T Logan <brett.t.logan@...>
You can reference a commit SHA, for example, the latest hash for the release-2.2 branch can be picked by doing a `go get` on the SHA like this:
`go get github.com/hyperledger/fabric@68055151b43cd3fd7ee46ee82a529b8fb7c25ce7`
In the go mod you will still see a reference to something like `github.com/hyperledger/fabric-v0.0.0-<commit_date>-<commit_sha>`.
----- Original message -----
|
|