Update Go compiler to 1.16.2

This commit is contained in:
Bryan Boreham
2021-04-04 13:45:05 +01:00
parent c2578b6fb7
commit da81514209
+1 -1
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)"; \