Upgrade Go compiler to 1.15.6

This commit is contained in:
Bryan Boreham
2020-12-29 22:03:19 +00:00
parent bba4879bf3
commit 0965f6e134

View File

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