File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ geth_steps: &geth_steps
114
114
echo $GETH_VERSION
115
115
export GETH_BINARY="$HOME/.py-geth/geth-$GETH_VERSION/bin/geth"
116
116
if [ ! -e "$GETH_BINARY" ]; then
117
- curl -O https://storage.googleapis.com/golang/go1.14.2 .linux-amd64.tar.gz
118
- tar xvf go1.14.2 .linux-amd64.tar.gz
117
+ curl -O https://storage.googleapis.com/golang/go1.18.1 .linux-amd64.tar.gz
118
+ tar xvf go1.18.1 .linux-amd64.tar.gz
119
119
sudo chown -R root:root ./go
120
120
sudo mv go /usr/local
121
121
sudo ln -s /usr/local/go/bin/go /usr/local/bin/go
@@ -157,8 +157,8 @@ geth_custom_steps: &geth_custom_steps
157
157
echo $GETH_VERSION
158
158
export GETH_BINARY="./custom_geth"
159
159
echo 'export GETH_BINARY="./custom_geth"' >> $BASH_ENV
160
- curl -O https://storage.googleapis.com/golang/go1.14.2 .linux-amd64.tar.gz
161
- tar xvf go1.14.2 .linux-amd64.tar.gz
160
+ curl -O https://storage.googleapis.com/golang/go1.18.1 .linux-amd64.tar.gz
161
+ tar xvf go1.18.1 .linux-amd64.tar.gz
162
162
sudo chown -R root:root ./go
163
163
sudo mv go /usr/local
164
164
sudo ln -s /usr/local/go/bin/go /usr/local/bin/go
You can’t perform that action at this time.
0 commit comments