diff --git a/just/.justfile b/just/.justfile index 5900f03..aaf70c3 100644 --- a/just/.justfile +++ b/just/.justfile @@ -57,7 +57,7 @@ install-dust: rm -rf "$filename" "${filename}.tar.gz" go-tools: - go install golang.org/x/tools/gpls@latest + go install golang.org/x/tools/gopls@latest go install github.com/fatih/gomodifytags@latest go install github.com/cweill/gotests/...@latest go install github.com/x-motemen/gore/cmd/gore@latest