Chore: Upgrade to Go 1.15.1 (#27326)

* Chore: Upgrade to Go 1.15.1
This commit is contained in:
Arve Knudsen
2020-09-02 15:51:19 +02:00
committed by GitHub
parent 636dd96c28
commit 19c8097595
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# This Dockerfile builds an image for a client_golang example.
# Builder image, where we build the example.
FROM golang:1.14.1 AS builder
FROM golang:1.15.1 AS builder
# Download prometheus/client_golang/examples/random first
RUN go get github.com/prometheus/client_golang/examples/random
WORKDIR /go/src/github.com/prometheus/client_golang