Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 9a5a66b

Browse files
teddy-codesammario
authored andcommitted
Enabled go modules (#228)
1 parent f16ae7f commit 9a5a66b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.sail/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | b
88

99
LABEL project_root "~/go/src/go.coder.com"
1010

11-
# Modules break much of Go's tooling.
12-
ENV GO111MODULE=off
11+
ENV GO111MODULE=on
1312

1413
# Install the latest version of Hugo.
1514
RUN wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.55.4/hugo_extended_0.55.4_Linux-64bit.deb && \

0 commit comments

Comments
 (0)