-
| 
         Hi everyone. I created a custom linter using  There's also another discussion with no answer.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            ldez
          
      
      
        Oct 1, 2022 
      
    
    Replies: 1 comment 3 replies
-
| 
         Hi, plugins and golangci-lint must be compiled with the exact same stack, it's related to how Go plugins work. It's a constraint that is not possible to overcome because it's a Go constraint.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        behzadsh
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi,
plugins and golangci-lint must be compiled with the exact same stack, it's related to how Go plugins work.
It's a constraint that is not possible to overcome because it's a Go constraint.