Build: Upgrades to go 1.12.3 (#16491)

fixes go vet issue that 1.12.3 detects
This commit is contained in:
Carl Bergquist
2019-04-12 09:44:02 +02:00
committed by GitHub
parent 6aaaa89a59
commit 44b365028f
7 changed files with 33 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
# Golang build container
FROM golang:1.11.5
FROM golang:1.12.3
WORKDIR $GOPATH/src/github.com/grafana/grafana