Revert "Build: Upgrades to go 1.12.3 (#16491)" (#16544)

This reverts commit 44b365028f.
This commit is contained in:
Carl Bergquist
2019-04-12 11:17:31 +02:00
committed by GitHub
parent 23535c2bb2
commit 30dcf0f6c5
7 changed files with 18 additions and 33 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ RUN apt-get update && \
# base image to crossbuild grafana
FROM ubuntu:14.04
ENV GOVERSION=1.12.3 \
ENV GOVERSION=1.11.5 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=10.14.2
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.5"
_version="1.2.4"
_tag="grafana/build-container:${_version}"
docker build -t $_tag .