-
| Hey, | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            ldez
          
      
      
        Nov 27, 2024 
      
    
    Replies: 1 comment
-
| Hi, There is no option, golangci-lint relies on elements it has been compiled for. Golangci-lint is not Go, using  You can see examples inside the golangci-lint GitHub action: https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#how-to-use | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        leap-pea
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi,
There is no option, golangci-lint relies on elements it has been compiled for.
Golangci-lint is not Go, using
GOOS/GOARCHwill not work as expected because of my previous explanation.You can see examples inside the golangci-lint GitHub action: https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#how-to-use