Skip to content

Commit 464def7

Browse files
jidiculaBrewTestBot
authored andcommitted
go 1.17.2
Closes #86833. Signed-off-by: Carlo Cabrera <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent f5a74d2 commit 464def7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/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://golang.org"
4-
url "https://golang.org/dl/go1.17.1.src.tar.gz"
5-
mirror "https://fossies.org/linux/misc/go1.17.1.src.tar.gz"
6-
sha256 "49dc08339770acd5613312db8c141eaf61779995577b89d93b541ef83067e5b1"
4+
url "https://golang.org/dl/go1.17.2.src.tar.gz"
5+
mirror "https://fossies.org/linux/misc/go1.17.2.src.tar.gz"
6+
sha256 "2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431"
77
license "BSD-3-Clause"
88
head "https://go.googlesource.com/go.git"
99

0 commit comments

Comments
 (0)