revert to go 1.12

This commit is contained in:
2020-05-01 18:09:36 +00:00
parent 1541c62ddc
commit d6b84b8335
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:1.12-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG