From 3759c7f4071445c41f0f68f8aaea146fe9ebfbfe Mon Sep 17 00:00:00 2001
From: Sergey-Murtazin <sergey-murtazin@github.com>
Date: Sun, 28 Nov 2021 22:16:13 +0300
Subject: [PATCH] Add additional semver versions to documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bfe6c16..3345b5f 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ jobs:
 ### Supported version syntax
 The `go-version` input supports the following syntax:
 
-Specific versions: `1.15`, `1.16.1`, `1.16.x`  
+Specific versions: `1.15`, `1.16.1`, `1.17.0-rc2`, `1.16.0-beta1`  
 SemVer's version range syntax: `^1.13.1`  
 For more information about semantic versioning please refer [semver](https://github.com/npm/node-semver) documentation