We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0a768 commit 1c89b9dCopy full SHA for 1c89b9d
README.md
@@ -230,6 +230,7 @@ Detected in order of precedence:
230
- `TARGETOS` - The target OS for the build (default: `linux`)
231
- `TARGETARCH` - The target architecture for the build (default: `amd64`)
232
- `CGO_ENABLED` - Enable CGO for the build (default: `0`)
233
+ - `GOPROXY` - The Go module proxy to use (default: `direct`)
234
- `PACKAGE` - The package to compile e.g. `./cmd/http` (default: detected via `cmd` directory or `main.go`)
235
236
#### Package Detection
0 commit comments