rosetta-dogecoin / rosetta-dogecoin

Dogecoin Rosetta API implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CI] Upgrade Go from v1.15 -> v1.16 in workflow scripts

solo-fish opened this issue · comments

Is your feature request related to a problem? Please describe.
The readme of this repository and guidance from rosetta-spec states we should use a v1.16 release of Go; currently our CI tools use v1.15.

I didn't observe any issues in the pipeline due to using a v1.15 release; it seems like a logical decision to align the CI pipeline with our development & eventually deployment environments.

Describe the solution you'd like
Change the go version we define in .github/workflows/ci.yaml from 1.15 -> 1.16

Describe alternatives you've considered
We could do nothing; we could also start creating separate workflows if we have an interest in tracking our changes across multiple environment configurations, which could be interesting.

Apologies on opening multiple PRs here - had some git madness going on caused by some of my scripts... 🤦