1List of environment variables that are allowed to be passed to tests.
2The variables are used in `go_test_no_env` and `go_test_no_env.ps1`.
3
4### allowlist_common
5
6Variables shared between systems. Go-related variables are taken from running `go env`.
7Not running `go env` for simplicity and to avoid introducing variables with new go versions that we possibly shouldn't.
8
9### allowlist_unix / allowlist_windows
10
11Only platform-specific env variables.
12