Skip to content

Commit

Permalink
go 1.24rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 13, 2024
1 parent e3f7efe commit a57226c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions Formula/g/go.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Go < Formula

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / Linux

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).

Check warning on line 1 in Formula/g/go.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

go: Formula version newer than livecheck

The formula version (1.24rc1) is newer than the version from `brew livecheck` (1.23.4).
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"

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions audit_exceptions/unstable_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a57226c

Please sign in to comment.