Skip to content

Commit 399c73b

Browse files
committed
go 1.24rc1
1 parent e3f7efe commit 399c73b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
File renamed without changes.

Formula/g/go.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Go < Formula
22
desc "Open source programming language to build simple/reliable/efficient software"
33
homepage "https://go.dev/"
4-
url "https://go.dev/dl/go1.23.4.src.tar.gz"
5-
mirror "https://fossies.org/linux/misc/go1.23.4.src.tar.gz"
6-
sha256 "ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531"
4+
url "https://go.dev/dl/go1.24rc1.src.tar.gz"
5+
mirror "https://fossies.org/linux/misc/go1.24rc1.src.tar.gz"
6+
sha256 "afd8a23fd260f2a246d174049a076b8a05bb0bad93f1220768d219b8bdf7539d"
77
license "BSD-3-Clause"
88
head "https://go.googlesource.com/go.git", branch: "master"
99

@@ -32,13 +32,13 @@ class Go < Formula
3232
# Don't update this unless this version cannot bootstrap the new version.
3333
resource "gobootstrap" do
3434
checksums = {
35-
"darwin-arm64" => "6da3f76164b215053daf730a9b8f1d673dbbaa4c61031374a6744b75cb728641",
36-
"darwin-amd64" => "754363489e2244e72cb49b4ec6ddfd6a2c60b0700f8c4876e11befb1913b11c5",
37-
"linux-arm64" => "2096507509a98782850d1f0669786c09727053e9fe3c92b03c0d96f48700282b",
38-
"linux-amd64" => "ff445e48af27f93f66bd949ae060d97991c83e11289009d311f25426258f9c44",
35+
"darwin-arm64" => "21cf49415ffe0755b45f2b63e75d136528a32f7bb7bdd0166f51d22a03eb0a3f",
36+
"darwin-amd64" => "dd2c4ac3702658c2c20e3a8b394da1917d86156b2cb4312c9d2f657f80067874",
37+
"linux-arm64" => "5213c5e32fde3bd7da65516467b7ffbfe40d2bb5a5f58105e387eef450583eec",
38+
"linux-amd64" => "736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092",
3939
}
4040

41-
version "1.20.14"
41+
version "1.22.10"
4242

4343
on_arm do
4444
on_macos do

audit_exceptions/unstable_allowlist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"automysqlbackup": "3.0-rc",
44
"aview": "1.3.0rc",
55
"ftgl": "2.1.3-rc",
6+
"go": "1.24rc",
67
"libcaca": "0.99b",
78
"librasterlite2": "1.1.0-beta",
89
"premake": "5.0.0-beta",

0 commit comments

Comments
 (0)