Closed
Description
Welcome
- Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
- Yes, I've searched similar issues on GitHub and didn't find any.
Your feature request related to a problem? Please describe.
I have received the following warning.
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Describe the solution you'd like.
I would like a version released using node20 to address the warning.
Describe alternatives you've considered.
None.
Additional context.
v3.7.0 (latest version): node16
golangci-lint-action/action.yml
Line 45 in 3a91952
master: node20
golangci-lint-action/action.yml
Line 45 in e38f944