Skip to content

Commit

Permalink
Merge pull request #473 from dtrudg/392-docs
Browse files Browse the repository at this point in the history
docs: Update INSTALL.md for 3.9.2
  • Loading branch information
dtrudg authored Dec 10, 2021
2 parents dbe4f32 + 8c3143d commit 90bbb38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.17.3'
default: '1.17.5'

executors:
node:
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.17.3 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.17.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
Expand Down Expand Up @@ -107,10 +107,10 @@ cd singularity
By default your clone will be on the `master` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 3.9.1 release checkout the `v3.9.1` tag:
compiling. E.g. to build the 3.9.2 release checkout the `v3.9.2` tag:

```sh
git checkout v3.9.1
git checkout v3.9.2
```

## Compiling SingularityCE
Expand Down Expand Up @@ -161,7 +161,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=3.9.1 # this is the singularity version, change as you need
export VERSION=3.9.2 # this is the singularity version, change as you need

# Fetch the source
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz
Expand Down

0 comments on commit 90bbb38

Please sign in to comment.