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:
Arve Knudsen
2019-10-08 08:32:18 +02:00
committed by GitHub
parent 5202770bdc
commit d8b6a873d8
5 changed files with 17 additions and 17 deletions

View File

@@ -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++