Skip to content

Commit

Permalink
go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Nov 7, 2024
1 parent 9959f2e commit 2ce65af
Showing 1 changed file with 3 additions and 3 deletions.
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.2.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.23.2.src.tar.gz"
sha256 "36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f"
url "https://go.dev/dl/go1.23.3.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.23.3.src.tar.gz"
sha256 "8d6a77332487557c6afa2421131b50f83db4ae3c579c3bc72e670ee1f6968599"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down

0 comments on commit 2ce65af

Please sign in to comment.