From 4a7a013685660fb687909e58c9836eab05bda704 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Sat, 17 Feb 2024 16:35:01 +0100 Subject: [PATCH] review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2e8f1..14b77ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r ## Compatibility -* `v3.0.0+` requires explicit setup-go installation step prior to using this action: `uses: actions/setup-go@v5`. +* `v4.0.0+` requires an explicit setup-go installation step before using this action: `uses: actions/setup-go@v5`. The `skip-go-installation` option has been removed. * `v2.0.0+` works with `golangci-lint` version >= `v1.28.3` * `v1.2.2` is deprecated due to we forgot to change the minimum version of `golangci-lint` to `v1.28.3` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))