diff --git a/graphql/e2e/custom_logic/cmd/Dockerfile b/graphql/e2e/custom_logic/cmd/Dockerfile index 2ff6778d93b..600fbca6ae0 100644 --- a/graphql/e2e/custom_logic/cmd/Dockerfile +++ b/graphql/e2e/custom_logic/cmd/Dockerfile @@ -5,7 +5,8 @@ COPY . . RUN apk update && apk add git && apk add nodejs && apk add npm -# As of Go 1.16 modules are on by default +# As of Go 1.16 modules are always on by default +# See https://go.dev/blog/go116-module-changes RUN go env -w GO111MODULE=auto RUN go get gopkg.in/yaml.v2