Skip to content

Commit

Permalink
go 1.17.6
Browse files Browse the repository at this point in the history
Closes #92653.

Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: Michka Popoff <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
jidicula authored and BrewTestBot committed Jan 17, 2022
1 parent 7469a3d commit 19232a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/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.17.5.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.5.src.tar.gz"
sha256 "3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d"
url "https://go.dev/dl/go1.17.6.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.6.src.tar.gz"
sha256 "4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down

0 comments on commit 19232a3

Please sign in to comment.