hyperledger-archives / sawtooth-sdk-go

https://wiki.hyperledger.org/display/sawtooth
Apache License 2.0
28 stars 40 forks source link

Resolve build errors and upgrade golang #46

Closed scealiontach closed 3 years ago

scealiontach commented 3 years ago

Current build errors are results of problems between the current example dependencies and an out of date golang versions. This updates the golang version to 1.13 as well as the following

  1. Updates the satori/go.uuid version to the latest recommended - which resolves among a few other things, an important issue https://github.com/satori/go.uuid/issues/73
  2. Possibly controversially removes the xenial dockerfiles since a) they don't easily support golang-1.13, and b) they no longer appear to be referenced anywhere.