From 4cfa32db2cbcd25849924d250d4a4b721ba1d4e1 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Mon, 18 Mar 2024 10:50:17 -0700 Subject: [PATCH] guru: anchor Guru at the last release that had it --- plugin/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/go.vim b/plugin/go.vim index e96854ccea..5e8d1b4615 100644 --- a/plugin/go.vim +++ b/plugin/go.vim @@ -53,7 +53,7 @@ let s:packages = { \ 'gomodifytags': ['github.com/fatih/gomodifytags@latest'], \ 'gorename': ['golang.org/x/tools/cmd/gorename@master'], \ 'gotags': ['github.com/jstemmer/gotags@master'], - \ 'guru': ['golang.org/x/tools/cmd/guru@master'], + \ 'guru': ['golang.org/x/tools/cmd/guru@v0.19.0'], \ 'impl': ['github.com/josharian/impl@main'], \ 'keyify': ['honnef.co/go/tools/cmd/keyify@master'], \ 'motion': ['github.com/fatih/motion@latest'],