diff --git a/internal/builders/go/README.md b/internal/builders/go/README.md index 213fdf565b..944d08fda1 100644 --- a/internal/builders/go/README.md +++ b/internal/builders/go/README.md @@ -56,7 +56,7 @@ goos: linux # The architecture to compile for. `GOARCH` env variable will be set to this value. goarch: amd64 -# (Optional) Entrypoint to compile. (Optional) +# (Optional) Entrypoint to compile. # main: ./path/to/main.go # (Optional) Working directory. (default: root of the project)