build: Go 1.14 for the Debian etc builds

This commit is contained in:
Jakob Borg 2020-04-07 08:22:53 +02:00
parent 674a99e9ae
commit d400e51422
1 changed files with 1 additions and 1 deletions

View File

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