From 1e17534d7edb1b802d53b8319da4cda4a7697245 Mon Sep 17 00:00:00 2001 From: Masahiro Furudate <178inaba.git@gmail.com> Date: Wed, 10 Apr 2024 13:25:50 +0900 Subject: [PATCH] Revert "Remove the single quotes from `go-version-file`" This reverts commit ca4321abee075cc5dac53a3ef10d60b107460c56. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70bcdf5..e3a3d5d 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,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 ```