From d9015c2c572f1cd6ed6f6a0b9b71b471c75824fe Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Wed, 28 Feb 2024 11:05:54 -0500 Subject: [PATCH] Update README.md with V5 release notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba0e451..eb8f9f3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ This action sets up a go environment for use in actions by: - Optionally downloading and caching a version of Go by version and adding to `PATH`. - Registering problem matchers for error output. +# V5 + +The V5 edition of the action offers: + +- Upgraded Node.js runtime from node16 to node20 + +See full release notes on the [releases page](https://github.com/actions/setup-go/releases). + # V4 The V4 edition of the action offers: