diff --git a/README.md b/README.md index 70bcdf534..e3a3d5d6e 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 ```