From d400e5142287e647786c18eb6cc8a6a3f55183d3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 7 Apr 2020 08:22:53 +0200 Subject: [PATCH] build: Go 1.14 for the Debian etc builds --- Dockerfile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index 3f1094834..8717dddce 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.13 as go +FROM golang:1.14 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...