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 c2b60ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Formula/g/go.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"aws-crt-cpp": "all",
"get-flash-videos": "1.25.99.03",
"gitless": "0.8.8",
"go": "all",
"grt": "0.2.4",
"joshuto": "all",
"lha": "all",
Expand Down

0 comments on commit c2b60ed

Please sign in to comment.