Skip to content

Commit

Permalink
upgrade Go distribution to v1.16.5 (#12247)
Browse files Browse the repository at this point in the history
Upgrade to latest version of Go.

Closes #11914.
  • Loading branch information
Tom Dyas authored Jun 25, 2021
1 parent 100e8e1 commit dc59df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python/pants/backend/go/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class GoLangDistribution(TemplatedExternalTool):
name = "golang"
help = "Official golang distribution."

default_version = "1.15.5"
default_version = "1.16.5"
default_known_versions = [
"1.15.5|darwin|359a4334b8c8f5e3067e5a76f16419791ac3fef4613d8e8e1eac0b9719915f6d|122217003",
"1.15.5|linux |9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d|120900442",
"1.16.5|darwin|be761716d5bfc958a5367440f68ba6563509da2f539ad1e1864bd42fe553f277|130223787",
"1.16.5|linux |b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061|129049763",
]
default_url_template = "https://golang.org/dl/go{version}.{platform}-amd64.tar.gz"
default_url_platform_mapping = {
Expand Down

0 comments on commit dc59df8

Please sign in to comment.