Skip to content

3.1. Configuring environment

Rafał Lorenz edited this page Jul 29, 2019 · 4 revisions

Version

To check the version u can run Makefile command.

➜  go-api-boilerplate git:(master) make version
13761f3 (git commit: 13761f3280ba4d62c31f9b75184455debbd321ad)

You can also check version of each binary (values are baked into code)

➜  go-api-boilerplate git:(master) docker run user -v
2019/07/29 09:11:59 Current build version: 13761f3 (git commit: d97b4034de1e00ecf0398602ba9df3fa12348cf3)

Clone this wiki locally