This commit is contained in:
@@ -36,9 +36,9 @@ ENV GOPATH /root/go
|
||||
ENV PATH="${PATH}:${GOPATH}/bin"
|
||||
|
||||
RUN go install -v golang.org/x/tools/gopls@latest
|
||||
# RUN go install -v github.com/cweill/gotests/gotests@latest
|
||||
# RUN go install -v github.com/josharian/impl@latest
|
||||
# RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest
|
||||
RUN go install -v github.com/cweill/gotests/gotests@latest
|
||||
RUN go install -v github.com/josharian/impl@latest
|
||||
RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest
|
||||
RUN go install -v github.com/go-delve/delve/cmd/dlv@latest
|
||||
# install goreleaser
|
||||
RUN go install github.com/goreleaser/goreleaser/v2@latest
|
||||
|
||||
Reference in New Issue
Block a user