Skip to content

Commit 1b5b098

Browse files
committed
playground: enable third-party imports
Updates golang/go#31944 Change-Id: Iffc0755cca419b72d8facd8ece950e78cdae892e Reviewed-on: https://go-review.googlesource.com/c/playground/+/176940 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 1cc919a commit 1b5b098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ WORKDIR /app
9494
RUN /app/playground test
9595

9696
# Whether we allow third-party imports via proxy.golang.org:
97-
ENV ALLOW_PLAY_MODULE_DOWNLOADS false
97+
ENV ALLOW_PLAY_MODULE_DOWNLOADS true
9898

9999
EXPOSE 8080
100100
ENTRYPOINT ["/app/playground"]

0 commit comments

Comments
 (0)