diff --git a/github-dev/Dockerfile b/github-dev/Dockerfile index 82833d2..3f17007 100644 --- a/github-dev/Dockerfile +++ b/github-dev/Dockerfile @@ -9,4 +9,6 @@ RUN apk add --no-cache \ jq \ make +ENV GO111MODULE on + COPY upload-assets /usr/bin/upload-assets