Add go-task
This commit is contained in:
parent
79303167a5
commit
d7791bb4d1
@ -48,6 +48,7 @@ ENV GOBIN=/usr/local/bin
|
|||||||
RUN go install github.com/cweill/gotests/gotests@latest \
|
RUN go install github.com/cweill/gotests/gotests@latest \
|
||||||
&& go install github.com/fatih/gomodifytags@latest \
|
&& go install github.com/fatih/gomodifytags@latest \
|
||||||
&& go install github.com/go-delve/delve/cmd/dlv@latest \
|
&& go install github.com/go-delve/delve/cmd/dlv@latest \
|
||||||
|
&& go install github.com/go-task/task/v3/cmd/task@latest \
|
||||||
&& go install github.com/haya14busa/goplay/cmd/goplay@latest \
|
&& go install github.com/haya14busa/goplay/cmd/goplay@latest \
|
||||||
&& go install github.com/josharian/impl@latest \
|
&& go install github.com/josharian/impl@latest \
|
||||||
&& go install golang.org/x/tools/gopls@latest \
|
&& go install golang.org/x/tools/gopls@latest \
|
||||||
|
Loading…
Reference in New Issue
Block a user