build: parametrized pipeline (no more approval for release build), embed exact go version info in artifacts

refs #378
refs #377
This commit is contained in:
Christian Schwarz
2020-09-06 15:39:34 +02:00
parent 0f4143c0e0
commit b9503685f0
4 changed files with 32 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:latest
FROM !SUBSTITUTED_BY_MAKEFILE
RUN apt-get update && apt-get install -y \
python3-pip \