From 0a35821d5c230e903fcfe077583637dea1b27b47 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 8 Nov 2025 00:40:51 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64e3576..96d0646 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,8 @@ You will also likely need to add the following `.gitattributes` file to ensure t ## Compatibility +* `v9.0.0` requires Nodejs runtime [`node24`](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/) +* `v8.0.0` works with `golangci-lint` version >= `v2.1.0` * `v8.0.0` works with `golangci-lint` version >= `v2.1.0` * `v7.0.0` supports golangci-lint v2 only. * `v6.0.0+` removes `annotations` option, removes the default output format (`github-actions`).