diff options
author | cyBerta <cyberta@riseup.net> | 2020-05-08 18:28:23 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-05-08 18:28:23 +0200 |
commit | ed33f889f92f537f9c13a2ed7e6e366429a5cb08 (patch) | |
tree | 29f74a9974a71c4353bf709d3ecadc8353424adb /go/install_go.sh | |
parent | d5f60c3305d966d30272461fa4180401843a8535 (diff) |
update golang version
Diffstat (limited to 'go/install_go.sh')
-rwxr-xr-x | go/install_go.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/install_go.sh b/go/install_go.sh index 8631b456..59aab4f0 100755 --- a/go/install_go.sh +++ b/go/install_go.sh @@ -1,7 +1,7 @@ #!/bin/bash -GO_VERSION=go1.12.7.linux-amd64 -EXPECTED_FP=66d83bfb5a9ede000e33c6579a91a29e6b101829ad41fffb5c5bb6c900e109d9 +GO_VERSION=go1.14.2.linux-amd64 +EXPECTED_FP=6272d6e940ecb71ea5636ddb5fab3933e087c1356173c61f4a803895e947ebb3 if [[ $(ls -A ${GO_VERSION}.tar.gz) ]] then |