oasis-rosetta-gateway icon indicating copy to clipboard operation
oasis-rosetta-gateway copied to clipboard

Use a single source for Oasis Core dependency version

Open tjanez opened this issue 3 years ago • 0 comments

Currently, the Oasis Core dependency is specified in 3 places:

  • https://github.com/oasisprotocol/oasis-core-rosetta-gateway/blob/fe88fd7c2009b45606b4aefb040c6b3dbbf40e22/go.mod#L12
  • https://github.com/oasisprotocol/oasis-core-rosetta-gateway/blob/fe88fd7c2009b45606b4aefb040c6b3dbbf40e22/docker/Dockerfile#L16
  • https://github.com/oasisprotocol/oasis-core-rosetta-gateway/blob/fe88fd7c2009b45606b4aefb040c6b3dbbf40e22/Makefile#L3

Consider using a single source, e.g. go.mod file since it can be automatically bumped via Dependabot, and extract its version from there.

tjanez avatar Dec 08 '20 12:12 tjanez