Skip to content

Commit

Permalink
Merge pull request #2364 from dtrudg/prepare-4.0.2
Browse files Browse the repository at this point in the history
chore: prepare release 4.0.2
  • Loading branch information
dtrudg committed Nov 16, 2023
2 parents 47430ec + b64369a commit 91e9bd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.21.3'
default: '1.21.4'

executors:
node:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Changes Since Last Release
## 4.0.2 \[2023-11-16\]

### Changed defaults / behaviours

Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Expand Up @@ -163,7 +163,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.21.3 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.21.4 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 @@ -221,11 +221,11 @@ cd singularity
By default your clone will be on the `main` 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 4.0.1 release, checkout the
`v4.0.1` tag:
compiling. E.g. to build the 4.0.2 release, checkout the
`v4.0.2` tag:

```sh
git checkout --recurse-submodules v4.0.1
git checkout --recurse-submodules v4.0.2
```

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

```sh
export VERSION=4.0.1 # this is the singularity version, change as you need
export VERSION=4.0.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 91e9bd9

Please sign in to comment.