We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a74d2 commit 464def7Copy full SHA for 464def7
Formula/go.rb
@@ -1,9 +1,9 @@
1
class Go < Formula
2
desc "Open source programming language to build simple/reliable/efficient software"
3
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"
+ url "https://golang.org/dl/go1.17.2.src.tar.gz"
+ mirror "https://fossies.org/linux/misc/go1.17.2.src.tar.gz"
+ sha256 "2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431"
7
license "BSD-3-Clause"
8
head "https://go.googlesource.com/go.git"
9
0 commit comments