From bb432e59851fed903c86d03f7f91053af0008b80 Mon Sep 17 00:00:00 2001 From: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:23:55 +0530 Subject: [PATCH] Update documentation to specify supported syntaxes for `go-version` input --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d56e20..ac44ec2 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,8 @@ jobs: ### Supported Version Syntax +The `go-version` input supports the following syntax: + | Syntax Type | Example | Description | |-------------|---------|-------------| | Specific version | `1.23.2` | Installs this exact version |