Add go-task

This commit is contained in:
Torjus Håkestad 2024-02-02 02:57:54 +01:00
parent 79303167a5
commit d7791bb4d1

View File

@ -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 \