balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

Implement out of date warning #134

Closed jbaldwinroberts closed 7 years ago

jbaldwinroberts commented 7 years ago

Due to docker layer caching the edge-node-manager will not be updated to the latest version on git push resin master

It would be nice to have a warning displayed when the edge-node-manager starts up to tell the user if they are running an outdated version and how to fix it git push resin master:resin-nocache

jbaldwinroberts commented 7 years ago

http://stackoverflow.com/questions/11354518/golang-application-auto-build-versioning http://blog.ralch.com/tutorial/golang-conditional-compilation/