Closed Zxilly closed 4 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".
I'm sorry, could you explain it more clearly please? What should I do now? Wait for the proposal to get an explicit response?
The PR has the same problem as the previous one https://github.com/golangci/golangci-lint-action/pull/1069#issuecomment-2204607898
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 manuallygit clone
d and thengo install
. Adding thenone
installation option allows users to perform this step themselves and still benefit from the cache mechanism provided by this action.