diff options
author | cyberta <cyberta@riseup.net> | 2020-05-08 16:33:27 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-05-08 16:33:27 -0700 |
commit | e4d66c554123a33b035b27999f1809593c5b6f17 (patch) | |
tree | 576a379bb0434966f5c2e413310b7a95ff5dfd55 /go | |
parent | efc23e90a94f0ea94fd6774b1c8868f4b31b3a12 (diff) | |
parent | ed33f889f92f537f9c13a2ed7e6e366429a5cb08 (diff) |
Merge branch 'deps_update' into 'master'
Deps update
See merge request leap/bitmask_android!106
Diffstat (limited to 'go')
-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 |