Skip to content

Commit 62c672c

Browse files
BrewTestBotchenrui333
authored andcommitted
go 1.23.1
1 parent 71513b1 commit 62c672c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/go.rb

Lines changed: 3 additions & 3 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.0.src.tar.gz"
5-
mirror "https://fossies.org/linux/misc/go1.23.0.src.tar.gz"
6-
sha256 "42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6"
4+
url "https://go.dev/dl/go1.23.1.src.tar.gz"
5+
mirror "https://fossies.org/linux/misc/go1.23.1.src.tar.gz"
6+
sha256 "6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d"
77
license "BSD-3-Clause"
88
head "https://go.googlesource.com/go.git", branch: "master"
99

0 commit comments

Comments
 (0)