mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
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:
@@ -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,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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user