Skip to content

Commit

Permalink
go 1.17.5
Browse files Browse the repository at this point in the history
Closes #90350.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
Porkepix authored and BrewTestBot committed Dec 13, 2021
1 parent a2fe616 commit b474592
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.3.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.3.src.tar.gz"
sha256 "705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0"
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"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down

0 comments on commit b474592

Please sign in to comment.