summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-14 21:57:17 +0200
committerGitHub <noreply@github.com>2024-04-14 21:57:17 +0200
commitec2cb66cbeac92550b324009773b83401a9e2477 (patch)
tree975df7f0ad93a3b758f1e6c42100ab41a3fdbfd3 /doc
parentdc6d23fe09c2a3e53bcf3707b531cc0ecc83b173 (diff)
parentf190aa8442bc65d8fa9e3b77dafcdd24b785717d (diff)
Merge pull request #301928 from nevivurn/feat/gomod-workvendor
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/go.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/go.section.md b/doc/languages-frameworks/go.section.md
index 6db0e73505d2..2f4cb0326a8a 100644
--- a/doc/languages-frameworks/go.section.md
+++ b/doc/languages-frameworks/go.section.md
@@ -142,6 +142,7 @@ Many attributes [controlling the build phase](#variables-controlling-the-build-p
- [`patchFlags`](#var-stdenv-patchFlags)
- [`postPatch`](#var-stdenv-postPatch)
- [`preBuild`](#var-stdenv-preBuild)
+- `env`: useful for passing down variables such as `GOWORK`.
To control test execution of the build derivation, the following attributes are of interest: