Chore: Upgrade Docker images to Go 1.13.1 (#19576)

* Chore: Upgrade Docker image/CI to Go 1.13.1

Fixes #18878

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Use golangci-lint master revision
This commit is contained in:
Arve Knudsen
2019-10-08 08:32:18 +02:00
committed by GitHub
parent 5202770bdc
commit d8b6a873d8
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ RUN apt-get update && \
# base image to crossbuild grafana
FROM ubuntu:14.04
ENV GOVERSION=1.12.10 \
ENV GOVERSION=1.13.1 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=10.14.2
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.9"
_version="1.2.10"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/grafana/grafana/scripts/go
go 1.13
require (
github.com/golangci/golangci-lint v1.19.1
github.com/golangci/golangci-lint 7577d548a3893f86cb9aa479b88c52ff5d437893
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
github.com/unknwon/bra v0.0.0-20190805204333-bb0929b6cca0