diff --git a/.circleci/config.yml b/.circleci/config.yml index c42bcdb0a6..595f523d90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: go-version: type: string - default: '1.20.4' + default: '1.20.5' executors: node: diff --git a/INSTALL.md b/INSTALL.md index 412a9320ac..b301bf002f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -77,7 +77,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove `/usr/local/go` before reinstalling it._ ```sh -export VERSION=1.20.4 OS=linux ARCH=amd64 # change this as you need +export VERSION=1.20.5 OS=linux ARCH=amd64 # change this as you need wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \ https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz