@@ -71,7 +71,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
7171` /usr/local/go ` before reinstalling it._
7272
7373``` sh
74- export VERSION=1.20.5 OS=linux ARCH=amd64 # change this as you need
74+ export VERSION=1.21.1 OS=linux ARCH=amd64 # change this as you need
7575
7676wget -O /tmp/go${VERSION} .${OS} -${ARCH} .tar.gz \
7777 https://dl.google.com/go/go${VERSION} .${OS} -${ARCH} .tar.gz
@@ -129,11 +129,11 @@ cd singularity
129129By default your clone will be on the ` main ` branch which is where development
130130of SingularityCE happens. To build a specific version of SingularityCE, check
131131out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
132- compiling. E.g. to build the 3.11.4 release, checkout the
133- ` v3.11.4 ` tag:
132+ compiling. E.g. to build the 3.11.5 release, checkout the
133+ ` v3.11.5 ` tag:
134134
135135``` sh
136- git checkout --recurse-submodules v3.11.4
136+ git checkout --recurse-submodules v3.11.5
137137```
138138
139139## Compiling SingularityCE
@@ -184,7 +184,7 @@ build and install the RPM like this:
184184<!-- markdownlint-disable MD013 -->
185185
186186``` sh
187- export VERSION=3.11.4 # this is the singularity version, change as you need
187+ export VERSION=3.11.5 # this is the singularity version, change as you need
188188
189189# Fetch the source
190190wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
0 commit comments