From a57226c49a583169739a7b0b89f01f0ff6fc61a2 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 | 16 ++++++++-------- audit_exceptions/unstable_allowlist.json | 1 + 3 files changed, 9 insertions(+), 8 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..9b6d1af6bfe74 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" @@ -32,13 +32,13 @@ class Go < Formula # Don't update this unless this version cannot bootstrap the new version. resource "gobootstrap" do checksums = { - "darwin-arm64" => "6da3f76164b215053daf730a9b8f1d673dbbaa4c61031374a6744b75cb728641", - "darwin-amd64" => "754363489e2244e72cb49b4ec6ddfd6a2c60b0700f8c4876e11befb1913b11c5", - "linux-arm64" => "2096507509a98782850d1f0669786c09727053e9fe3c92b03c0d96f48700282b", - "linux-amd64" => "ff445e48af27f93f66bd949ae060d97991c83e11289009d311f25426258f9c44", + "darwin-arm64" => "21cf49415ffe0755b45f2b63e75d136528a32f7bb7bdd0166f51d22a03eb0a3f", + "darwin-amd64" => "9d37bf96bbdd1669f1ab771c98ac7695f1b49df3c5c2bf10b699950f0fc2f52b", + "linux-arm64" => "5213c5e32fde3bd7da65516467b7ffbfe40d2bb5a5f58105e387eef450583eec", + "linux-amd64" => "736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092", } - version "1.20.14" + version "1.22.10" on_arm do on_macos do diff --git a/audit_exceptions/unstable_allowlist.json b/audit_exceptions/unstable_allowlist.json index accf34288e516..3c8f9632ff6e9 100644 --- a/audit_exceptions/unstable_allowlist.json +++ b/audit_exceptions/unstable_allowlist.json @@ -3,6 +3,7 @@ "automysqlbackup": "3.0-rc", "aview": "1.3.0rc", "ftgl": "2.1.3-rc", + "go": "1.24rc", "libcaca": "0.99b", "librasterlite2": "1.1.0-beta", "premake": "5.0.0-beta",