Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Feb 18, 2023
1 parent 3582818 commit ec12556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphql/e2e/custom_logic/cmd/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit ec12556

Please sign in to comment.