Skip to content

Commit

Permalink
go 1.18beta1
Browse files Browse the repository at this point in the history
Trying early pre-release build of the upcoming version of Go 1.18, with final release scheduled for February 2022

Result of a discussion Homebrew/discussions#2618 after #90350
  • Loading branch information
stefanb committed Jan 17, 2022
1 parent 55aa98f commit fcfaf77
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.18beta1.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.18beta1.src.tar.gz"
sha256 "418c028db14699cb5b2d4907ad3a419d79f789b31916ef8764867e4a78e653a1"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down

0 comments on commit fcfaf77

Please sign in to comment.