From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50383) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irptT-0006Zf-LL for guix-patches@gnu.org; Wed, 15 Jan 2020 16:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irptS-0000Yy-Ps for guix-patches@gnu.org; Wed, 15 Jan 2020 16:08:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irptS-0000Yq-N1 for guix-patches@gnu.org; Wed, 15 Jan 2020 16:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irptS-00042w-Iq for guix-patches@gnu.org; Wed, 15 Jan 2020 16:08:02 -0500 Subject: [bug#38885] [WIP 0/4] Update docker. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200103013303.13336-1-dannym@scratchpost.org> Date: Wed, 15 Jan 2020 22:07:23 +0100 In-Reply-To: <20200103013303.13336-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 3 Jan 2020 02:33:03 +0100") Message-ID: <87a76opgxg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 38885@debbugs.gnu.org Hello! Danny Milosavljevic skribis: > gotestsum ironically has a test failure. Oh, does it need further work? > Danny Milosavljevic (4): > gnu: Add go-golang.org-x-sync-errgroup. > gnu: Add go-gotest-tools-assert. > gnu: Add gotestsum. > gnu: docker: Update to 19.03.5. >From a quick glance it all LGTM. Bonus points if you can wrap lines in the first patch. :-) Thank you! Ludo=E2=80=99.