diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-03 00:23:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-03 00:23:04 +0300 |
commit | 50fd4986f0448fb2604a1581c1d6e1d4aae3c42e (patch) | |
tree | 15178c420a6f60927cb5c95e1accf4a5ab8248bb | |
parent | 9488ae000c80fa0194a93e84b479837bba8f3750 (diff) | |
download | repository-50fd4986f0448fb2604a1581c1d6e1d4aae3c42e.tar.gz |
go: bump to 1.15.1
-rw-r--r-- | extra/go/checksums | 2 | ||||
-rw-r--r-- | extra/go/sources | 2 | ||||
-rw-r--r-- | extra/go/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/go/checksums b/extra/go/checksums index cd475f33..506b52fd 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,2 +1,2 @@ -69438f7ed4f532154ffaf878f3dfd83747e7a00b70b3556eddabf7aaee28ac3a go1.15.src.tar.gz +d3743752a421881b5cc007c76b4b68becc3ad053e61275567edab1c99e154d30 go1.15.1.src.tar.gz f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52 go1.4-bootstrap-20171003.tar.gz diff --git a/extra/go/sources b/extra/go/sources index 5ba12639..f7a4e59c 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,2 +1,2 @@ -https://golang.org/dl/go1.15.src.tar.gz go-current +https://golang.org/dl/go1.15.1.src.tar.gz go-current https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz go1.4-bootstrap diff --git a/extra/go/version b/extra/go/version index b5a3e89c..7c9470e0 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.15 1 +1.15.1 1 |