golangci / golangci-lint-action

Official GitHub Action for golangci-lint from its authors
https://github.com/marketplace/actions/golangci-lint
MIT License
1.1k stars 152 forks source link

feat: add install-mode none #1070

Closed Zxilly closed 4 months ago

Zxilly commented 5 months ago

Fixes #1049

go1.23 support is currently available at https://github.com/ldez/golangci-lint/tree/feat/go1.23, but due to limitations of goinstall, it must be manually git cloned and then go install. Adding the none installation option allows users to perform this step themselves and still benefit from the cache mechanism provided by this action.

ldez commented 5 months ago

Another possibility is to wait more than a few hours for an answer to your initial question about my PR, before trying to address an issue labeled as a proposal. proposal means "need to be discussed".

Zxilly commented 5 months ago

I'm sorry, could you explain it more clearly please? What should I do now? Wait for the proposal to get an explicit response?

ldez commented 4 months ago

The PR has the same problem as the previous one https://github.com/golangci/golangci-lint-action/pull/1069#issuecomment-2204607898