Skip to content

Commit 30acbb5

Browse files
committed
Update .gitpod.Dockerfile
1 parent bb3dedc commit 30acbb5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.gitpod.Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ ENV GOROOT=$HOME/go
99
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
1010

1111
RUN curl -fsSL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar xzs
12-
RUN go install -v github.com/uudashr/gopkgs/cmd/gopkgs@v2
13-
RUN go install -v github.com/ramya-rao-a/go-outline@latest
14-
RUN go install -v github.com/cweill/gotests/gotests@latest
15-
RUN go install -v github.com/fatih/gomodifytags@latest
16-
RUN go install -v github.com/josharian/impl@latest
17-
RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest
18-
RUN go install -v github.com/go-delve/delve/cmd/dlv@latest
19-
RUN go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
20-
RUN go install -v honnef.co/go/tools/cmd/staticcheck@latest
21-
RUN go install -v golang.org/x/tools/gopls@latest
12+
RUN go install github.com/uudashr/gopkgs/cmd/gopkgs@v2
13+
RUN go install github.com/ramya-rao-a/go-outline@latest
14+
RUN go install github.com/cweill/gotests/gotests@latest
15+
RUN go install github.com/fatih/gomodifytags@latest
16+
RUN go install github.com/josharian/impl@latest
17+
RUN go install github.com/haya14busa/goplay/cmd/goplay@latest
18+
RUN go install github.com/go-delve/delve/cmd/dlv@latest
19+
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
20+
RUN go install honnef.co/go/tools/cmd/staticcheck@latest
21+
RUN go install golang.org/x/tools/gopls@latest
2222
RUN printf '%s\n' 'export GOPATH=/workspace/go' \
2323
'export PATH=$GOPATH/bin:$PATH' > $HOME/.bashrc.d/300-go
2424

0 commit comments

Comments
 (0)