build: upgrade Go to 1.14.2

This commit is contained in:
Bryan Boreham
2020-05-07 11:46:52 +00:00
parent 47519e41df
commit 22aa742b58

View File

@@ -1,4 +1,4 @@
FROM golang:1.13.9
FROM golang:1.14.2
ENV SCOPE_SKIP_UI_ASSETS true
RUN set -eux; \
export arch_val="$(dpkg --print-architecture)"; \