diff --git a/plugin/go.vim b/plugin/go.vim index e96854ccea..513a033921 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@latest'], + \ 'revive': ['github.com/mgechev/revive@v1.3.4'], \ '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'],