Skip to content

Commit

Permalink
go 1.17.8
Browse files Browse the repository at this point in the history
Closes #96193.

Signed-off-by: Bo Anderson <mail@boanderson.me>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
jidicula authored and BrewTestBot committed Mar 4, 2022
1 parent a2fcb07 commit b695ce1
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.7.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.7.src.tar.gz"
sha256 "c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d"
url "https://go.dev/dl/go1.17.8.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.8.src.tar.gz"
sha256 "2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down

0 comments on commit b695ce1

Please sign in to comment.