Skip to content

Commit

Permalink
README: don't mention the Go version required for the action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dominikh committed Mar 23, 2024
1 parent b13f990 commit 64a2c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 64a2c8e

Please sign in to comment.