Skip to content

Commit

Permalink
go 1.17
Browse files Browse the repository at this point in the history
Closes #83413.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
branchvincent authored and BrewTestBot committed Aug 27, 2021
1 parent 4349e8c commit 439f5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
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://golang.org"
url "https://golang.org/dl/go1.16.6.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.16.6.src.tar.gz"
sha256 "a3a5d4bc401b51db065e4f93b523347a4d343ae0c0b08a65c3423b05a138037d"
url "https://golang.org/dl/go1.17.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.17.src.tar.gz"
sha256 "3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git"

Expand Down

0 comments on commit 439f5ca

Please sign in to comment.