···2233## Building Go modules with `buildGoModule` {#ssec-language-go}
4455-The function `buildGoModule` builds Go programs managed with Go modules. It builds [Go Modules](https://github.com/golang/go/wiki/Modules) through a two phase build:
55+The function `buildGoModule` builds Go programs managed with Go modules. It builds [Go Modules](https://go.dev/wiki/Modules) through a two phase build:
6677- An intermediate fetcher derivation called `goModules`. This derivation will be used to fetch all the dependencies of the Go module.
88- A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output.