messagebird / pushprom

Pushprom is a proxy to the Prometheus Go client.
https://www.messagebird.com
BSD 2-Clause "Simplified" License
80 stars 13 forks source link

Update Dockerfile and makefilr to use mod #23

Closed Juanadelacuesta closed 5 years ago

Juanadelacuesta commented 5 years ago

The old makefile used ensure, which is not used anymore. It also did the intermediate step of compiling the image for a linux machine. It was updated to use mod and the compilation is now done inside the dockerfile.