fix: 修正 Dockerfile 中 impl 安装命令的拼写错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-02 15:44:42 +08:00
committed by cnb
parent 49c15e26d3
commit 6b2ca1d510

View File

@@ -37,7 +37,7 @@ 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@latestD
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