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 ```