From patchwork Tue Oct 8 18:33:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Stewart X-Patchwork-Id: 1173488 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=paral.in Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46nmG33vXxz9s7T for ; Wed, 9 Oct 2019 05:34:03 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4043E86227; Tue, 8 Oct 2019 18:34:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KmL6j5fmxQNp; Tue, 8 Oct 2019 18:33:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0BD918623B; Tue, 8 Oct 2019 18:33:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 9BE791BF5A4 for ; Tue, 8 Oct 2019 18:33:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 91EDB227FF for ; Tue, 8 Oct 2019 18:33:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5fh5raFUAMmg for ; Tue, 8 Oct 2019 18:33:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by silver.osuosl.org (Postfix) with ESMTPS id 961E9227D1 for ; Tue, 8 Oct 2019 18:33:56 +0000 (UTC) Received: by mail-pl1-f172.google.com with SMTP id j11so8850383plk.3 for ; Tue, 08 Oct 2019 11:33:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tM8qF6bdVpZfMIXkP6gNqN4kbhaxUyd3nQd5Me23TjY=; b=LWMEeqR1HGVYo1/qmAosgH+k95oD6r+HzqJnEIaff++ErM99jPhfgDUk8F3u05Hs1H J7YDA/0MbyH8thri+Pg0ay3ihN+l8HKVZveT2MlmWPkzvmAqW608KrSLe9yIaJxdDiBI +21UgpTYhTA6eVqqQSVbHSj2pZ36ira5n5AfLHtKtQ16mSF3q59qhr+S+gg17JZivOgs 4sZA/nAZz4NIk33wOUkQ42/aSbm6R6a1VF+ZLcM69y5r4bQ6KEs9sZg3/yefDAe+E+Bp zLsG7ogXx9YAD12TpyzRjc4LRxyVgM57aAJ9KuKtCNn4jl10EhxfT5kiRXkk3Werqkdi aAgg== X-Gm-Message-State: APjAAAVZ4olxAyJC9kNrj4cKF2WBS8YgyP/aOb186LIrWC0Mzx2InZmL qRLrFh65o7HlKGA+Dt3b/mLMGeV143I= X-Google-Smtp-Source: APXvYqyr0EGRKTwFxX7i1FFOSO7PK844oRNZ2xaGTqYhnXIlXFZxc0CP+Z9TBSuveWAI7x7b9w7QxA== X-Received: by 2002:a17:902:8a8a:: with SMTP id p10mr7062971plo.194.1570559635368; Tue, 08 Oct 2019 11:33:55 -0700 (PDT) Received: from localhost.localdomain (cpe-172-91-135-199.socal.res.rr.com. [172.91.135.199]) by smtp.gmail.com with ESMTPSA id 193sm20482266pfc.59.2019.10.08.11.33.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Oct 2019 11:33:54 -0700 (PDT) From: Christian Stewart To: buildroot@buildroot.org Date: Tue, 8 Oct 2019 11:33:51 -0700 Message-Id: <20191008183352.9171-1-christian@paral.in> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/go: bump to 1.13.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Korsgaard , Christian Stewart , Anisse Astier , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Christian Stewart --- package/go/go.hash | 2 +- package/go/go.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/go/go.hash b/package/go/go.hash index 8dfcff7a73..3c6799c5fc 100644 --- a/package/go/go.hash +++ b/package/go/go.hash @@ -1,3 +1,3 @@ # From https://golang.org/dl/ -sha256 f56e48fce80646d3c94dcf36d3e3f490f6d541a92070ad409b87b6bbb9da3954 go1.12.10.src.tar.gz +sha256 81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358 go1.13.1.src.tar.gz sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE diff --git a/package/go/go.mk b/package/go/go.mk index f8727850b5..73c049412c 100644 --- a/package/go/go.mk +++ b/package/go/go.mk @@ -4,7 +4,7 @@ # ################################################################################ -GO_VERSION = 1.12.10 +GO_VERSION = 1.13.1 GO_SITE = https://storage.googleapis.com/golang GO_SOURCE = go$(GO_VERSION).src.tar.gz