From ae0d69be14d3d7a12adf435403d4f89c16dead8b Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sat, 6 Jan 2024 11:45:28 -0800 Subject: [PATCH] Revert "plugin: pin revive at v1.3.4" This reverts commit befe5ba8c4c3fa57cc09ea2adcd28343cc73c931. --- plugin/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/go.vim b/plugin/go.vim index 513a033921..e96854ccea 100644 --- a/plugin/go.vim +++ b/plugin/go.vim @@ -46,7 +46,7 @@ let s:packages = { \ 'fillstruct': ['github.com/davidrjenni/reftools/cmd/fillstruct@master'], \ 'godef': ['github.com/rogpeppe/godef@latest'], \ 'goimports': ['golang.org/x/tools/cmd/goimports@master'], - \ 'revive': ['github.com/mgechev/revive@v1.3.4'], + \ 'revive': ['github.com/mgechev/revive@latest'], \ 'gopls': ['golang.org/x/tools/gopls@latest', {}, {'after': function('go#lsp#Restart', [])}], \ 'golangci-lint': ['github.com/golangci/golangci-lint/cmd/golangci-lint@latest'], \ 'staticcheck': ['honnef.co/go/tools/cmd/staticcheck@latest'],