Skip to content

Commit 5af9432

Browse files
committed
go 1.24rc2
1 parent 88f4f90 commit 5af9432

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.5.src.tar.gz"
5-
mirror "https://fossies.org/linux/misc/go1.23.5.src.tar.gz"
6-
sha256 "a6f3f4bbd3e6bdd626f79b668f212fbb5649daf75084fb79b678a0ae4d97423b"
4+
url "https://go.dev/dl/go1.24rc2.src.tar.gz"
5+
mirror "https://fossies.org/linux/misc/go1.24rc2.src.tar.gz"
6+
sha256 "ba07b6863f208160e8f09f11c8b9582729b51cfeb752ce6ba79a379b4fbcac6d"
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" => "3980b1d2be042a164989f2fd24f0bb306a2397d581a29c7426885578b369db5d",
36+
"darwin-amd64" => "c6d130066d509ccca1164d84514905b1e8dc5f5f4c25c24113f1b65ad87cd020",
37+
"linux-arm64" => "9ebfcab26801fa4cf0627c6439db7a4da4d3c6766142a3dd83508240e4f21031",
38+
"linux-amd64" => "0fc88d966d33896384fbde56e9a8d80a305dc17a9f48f1832e061724b1719991",
3939
}
4040

41-
version "1.20.14"
41+
version "1.22.11"
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)