diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-17 13:06:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-17 13:06:35 +0300 |
commit | 4dc1a240cb9f948c16b1d877614b4055c5b39b0f (patch) | |
tree | 4d81d6c43e5190642cd49936caf8be6e214921d2 | |
parent | d6f78397f1440a709e02156c4244165f8e7888bb (diff) | |
download | repository-4dc1a240cb9f948c16b1d877614b4055c5b39b0f.tar.gz |
go: bump to 1.14.6
-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 2d4ec441..ebf8c1f9 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,2 +1,2 @@ -ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c go1.14.5.src.tar.gz +73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09 go1.14.6.src.tar.gz f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52 go1.4-bootstrap-20171003.tar.gz diff --git a/extra/go/sources b/extra/go/sources index d547025b..3169a9a4 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,2 +1,2 @@ -https://golang.org/dl/go1.14.5.src.tar.gz go-current +https://golang.org/dl/go1.14.6.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 f3df4c4e..5a7d1b1c 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.14.5 1 +1.14.6 1 |