--- a/src/libgo/go/os/user/cgo_listgroups_unix.go 2022-02-14 03:23:22.000000000 +0100 +++ b/src/libgo/go/os/user/cgo_listgroups_unix.go 2022-02-15 12:13:35.000000000 +0100 @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build (dragonfly || darwin || freebsd || (!android && linux) || netbsd || openbsd || (solaris && !illumos)) && cgo && !osusergo +//go:build (dragonfly || darwin || freebsd || hurd || (!android && linux) || netbsd || openbsd || (solaris && !illumos)) && cgo && !osusergo package user