From b64052bc265110f5f3191ad252d77f889ba2c9fa Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 7 Apr 2020 09:37:39 +0200 Subject: [PATCH] Revert "build: Go 1.14 for the Debian etc builds" This reverts commit d400e5142287e647786c18eb6cc8a6a3f55183d3. --- Dockerfile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index 8717dddce..3f1094834 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -1,5 +1,5 @@ # We will grab the Go compiler from the latest Go image. -FROM golang:1.14 as go +FROM golang:1.13 as go # Otherwise we base on the snapcraft container as that is by far the # most complex and tricky thing to get installed and working...