From 64a2c8ef85d794bf9ae9c2c72be63d887105a3b9 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Sat, 23 Mar 2024 18:28:20 +0100 Subject: [PATCH] README: don't mention the Go version required for the action The desired Go version is almost always dictated by Staticcheck, not the action. And while the action still supports very old versions of Go, nobody should be using those anymore. Remove mention of the action's requirement to avoid confusion. Closes: gh-10 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6086097..f7acc50 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ If Staticcheck is the only action in your job, this option can usually be left o If your job already installs Go prior to running Staticcheck, for example to run unit tests, it is best to set this option to `false`. The latest release of Staticcheck works with the last minor release of Go at the time. -The action itself requires at least Go 1.16. ### `cache-key`