diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 0575bce1fe..8cde054e32 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -64,6 +64,11 @@ These are distinguished by new `Action` types, but if they cause problems in a test integration system, you can revert to the text build output by setting `GODEBUG=gotestjsonbuildtext=1`. + + +The new 'GOAUTH' environment variable provides a flexible way to authenticate +with private modules. See `go help goauth` for more information. + ### Cgo {#cgo}