From ca4321abee075cc5dac53a3ef10d60b107460c56 Mon Sep 17 00:00:00 2001 From: Masahiro Furudate <178inaba.git@gmail.com> Date: Sun, 18 Feb 2024 20:03:16 +0900 Subject: [PATCH] Remove the single quotes from `go-version-file` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc52f96..e6921bd 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: 'path/to/go.mod' + go-version-file: path/to/go.mod - run: go version ```