From 75dd3af9bd238a94946e01de6de886edc8181f03 Mon Sep 17 00:00:00 2001 From: xinian Date: Mon, 2 Mar 2026 15:50:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=20Go=20=E5=BC=80=E5=8F=91=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ide/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ide/Dockerfile b/.ide/Dockerfile index 7c0466e81..42a5a451c 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -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