Update Go compiler to 1.16.2

This commit is contained in:
Bryan Boreham
2020-12-29 22:03:19 +00:00
parent c2578b6fb7
commit da81514209

View File

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