mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
@@ -1,5 +1,5 @@
|
||||
# Golang build container
|
||||
FROM golang:1.12.10-alpine
|
||||
FROM golang:1.13.1-alpine
|
||||
|
||||
RUN apk add --no-cache gcc g++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user