@@ -56,7 +56,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
5656` /usr/local/go ` before reinstalling it._
5757
5858``` sh
59- export VERSION=1.19.3 OS=linux ARCH=amd64 # change this as you need
59+ export VERSION=1.19.5 OS=linux ARCH=amd64 # change this as you need
6060
6161wget -O /tmp/go${VERSION} .${OS} -${ARCH} .tar.gz \
6262 https://dl.google.com/go/go${VERSION} .${OS} -${ARCH} .tar.gz
@@ -114,11 +114,11 @@ cd singularity
114114By default your clone will be on the ` main ` branch which is where development
115115of SingularityCE happens. To build a specific version of SingularityCE, check
116116out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
117- compiling. E.g. to build the 3.10.4 release checkout the
118- ` v3.10.4 ` tag:
117+ compiling. E.g. to build the 3.10.5 release checkout the
118+ ` v3.10.5 ` tag:
119119
120120``` sh
121- git checkout --recurse-submodules v3.10.4
121+ git checkout --recurse-submodules v3.10.5
122122```
123123
124124## Compiling SingularityCE
@@ -169,7 +169,7 @@ build and install the RPM like this:
169169<!-- markdownlint-disable MD013 -->
170170
171171``` sh
172- export VERSION=3.10.4 # this is the singularity version, change as you need
172+ export VERSION=3.10.5 # this is the singularity version, change as you need
173173
174174# Fetch the source
175175wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
0 commit comments