@@ -9,16 +9,16 @@ ENV GOROOT=$HOME/go
99ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
1010
1111RUN 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
2222RUN printf '%s\n ' 'export GOPATH=/workspace/go' \
2323 'export PATH=$GOPATH/bin:$PATH' > $HOME/.bashrc.d/300-go
2424
0 commit comments