From b556f25b3c7399b6dad72f47062098ff1b36e060 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 7 May 2024 01:44:28 +0200 Subject: [PATCH] doc: improve readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 536ae58c5c..5b279aebaa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r ## Compatibility -* `v6.0.0+` removes `annotations` option. +* `v6.0.0+` removes `annotations` option, removes the default output format (`github-actions`). * `v5.0.0+` removes `skip-pkg-cache` and `skip-build-cache` because the cache related to Go itself is already handled by `actions/setup-go`. * `v4.0.0+` requires an explicit `actions/setup-go` installation step before using this action: `uses: actions/setup-go@v5`. The `skip-go-installation` option has been removed.