Skip to content

Commit 1c89b9d

Browse files
committed
docs: update readme
1 parent 9a0a768 commit 1c89b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Detected in order of precedence:
230230
- `TARGETOS` - The target OS for the build (default: `linux`)
231231
- `TARGETARCH` - The target architecture for the build (default: `amd64`)
232232
- `CGO_ENABLED` - Enable CGO for the build (default: `0`)
233+
- `GOPROXY` - The Go module proxy to use (default: `direct`)
233234
- `PACKAGE` - The package to compile e.g. `./cmd/http` (default: detected via `cmd` directory or `main.go`)
234235

235236
#### Package Detection

0 commit comments

Comments
 (0)