upgrade golang to 1.11.5

This commit is contained in:
bergquist
2019-01-28 08:08:29 +01:00
parent 87d44490e6
commit d75f53e895
3 changed files with 10 additions and 10 deletions

View File

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