Update Golang 1.13.8

Also pinning the e2e image to the "buster" variant,
which is what's currently used, but making it explicit.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-02-26 11:16:35 +01:00
parent 740919cc7f
commit 4313c8b3c6
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.12.17
ARG GO_VERSION=1.13.8
FROM golang:${GO_VERSION}-alpine