diff --git a/patches/0001-archive-tar-do-not-populate-user-group-names.patch b/patches/0001-archive-tar-do-not-populate-user-group-names.patch index ebf86a673f..0af43b3fcb 100644 --- a/patches/0001-archive-tar-do-not-populate-user-group-names.patch +++ b/patches/0001-archive-tar-do-not-populate-user-group-names.patch @@ -11,10 +11,6 @@ on NULL pointer dereference). For much more details, see https://github.com/golang/go/issues/23265 -This is ultimately fixed in Go 1.11 (provided that "osusergo" build tag -is set (see https://github.com/golang/go/commit/62f0127d81). In the -meantime, let's use this fork. - Signed-off-by: Kir Kolyshkin --- src/archive/tar/stat_unix.go | 26 +++-----------------------