From c2b60ede48304b432a74e81cc7e34097ecc0eabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 13 Dec 2024 19:18:59 +0100 Subject: [PATCH] go 1.24rc1 --- Aliases/{go@1.23 => go@1.24} | 0 Formula/g/go.rb | 6 +++--- audit_exceptions/github_prerelease_allowlist.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) rename Aliases/{go@1.23 => go@1.24} (100%) diff --git a/Aliases/go@1.23 b/Aliases/go@1.24 similarity index 100% rename from Aliases/go@1.23 rename to Aliases/go@1.24 diff --git a/Formula/g/go.rb b/Formula/g/go.rb index 90e70b1b71d31..99f93dccaf7ed 100644 --- a/Formula/g/go.rb +++ b/Formula/g/go.rb @@ -1,9 +1,9 @@ class Go < Formula desc "Open source programming language to build simple/reliable/efficient software" homepage "https://go.dev/" - url "https://go.dev/dl/go1.23.4.src.tar.gz" - mirror "https://fossies.org/linux/misc/go1.23.4.src.tar.gz" - sha256 "ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531" + url "https://go.dev/dl/go1.24rc1.src.tar.gz" + mirror "https://fossies.org/linux/misc/go1.24rc1.src.tar.gz" + sha256 "afd8a23fd260f2a246d174049a076b8a05bb0bad93f1220768d219b8bdf7539d" license "BSD-3-Clause" head "https://go.googlesource.com/go.git", branch: "master" diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 05623f3968c73..504c91f30e2f7 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -2,6 +2,7 @@ "aws-crt-cpp": "all", "get-flash-videos": "1.25.99.03", "gitless": "0.8.8", + "go": "all", "grt": "0.2.4", "joshuto": "all", "lha": "all",