From a4fa8f71508cd7c6d51752db23f4dce10f6388d4 Mon Sep 17 00:00:00 2001 From: Masahiro Furudate <178inaba.git@gmail.com> Date: Sun, 18 Feb 2024 00:27:28 +0900 Subject: [PATCH] Fix quoting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba0e451..222a2c7 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ steps: > > ```yaml > go-version: '1.20' -> ``` +> ``` > > The recommendation is based on the YAML parser's behavior, which interprets non-wrapped values as numbers and, in the case of version 1.20, trims it down to 1.2, which may not be very obvious. + Matching an unstable pre-release: ```yaml