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 fd80d19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 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).
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 @@ -38,7 +38,7 @@ class Go < Formula
"linux-amd64" => "ff445e48af27f93f66bd949ae060d97991c83e11289009d311f25426258f9c44",
}

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 fd80d19

Please sign in to comment.