mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: upgrades to golang 1.12.4 (#16545)
fix govet issue in golang 1.12.4
This commit is contained in:
@@ -69,7 +69,7 @@ RUN apt-get update && \
|
||||
# base image to crossbuild grafana
|
||||
FROM ubuntu:14.04
|
||||
|
||||
ENV GOVERSION=1.11.5 \
|
||||
ENV GOVERSION=1.12.4 \
|
||||
PATH=/usr/local/go/bin:$PATH \
|
||||
GOPATH=/go \
|
||||
NODEVERSION=10.14.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
_version="1.2.4"
|
||||
_version="1.2.6"
|
||||
_tag="grafana/build-container:${_version}"
|
||||
|
||||
docker build -t $_tag .
|
||||
|
||||
Reference in New Issue
Block a user