"description":"Flags used by the [go build command](https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies)",
@@ -47,8 +34,7 @@
{
"name":"GO_BUILD_PACKAGES",
"description":"Packages to build with the [go build command](https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies)",
"default":"./...",
"advanced":true
"default":"./..."
},
{
"name":"GO_TARGET_OS",
@@ -59,14 +45,7 @@
"name":"GO_TARGET_ARCH",
"description":"The `$GOARCH` target [see available values](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63)\n\nFallbacks to default `$GOARCH` from the Go Docker image",