Skip to content

Commit

Permalink
Merge pull request #2710 from dtrudg/prep-4.1.2
Browse files Browse the repository at this point in the history
Prepare for CE 4.1.2 release
  • Loading branch information
dtrudg committed Mar 5, 2024
2 parents 96e05b7 + b682b8a commit c6d148a
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.6'
default: '1.21.7'

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

## Changes Since Last Release
## 4.1.2 \[2024-03-05\]

### Bug Fixes

Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Expand Up @@ -174,7 +174,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.6 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.21.7 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 @@ -232,11 +232,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.1.1 release, checkout the
`v4.1.1` tag:
compiling. E.g. to build the 4.1.2 release, checkout the
`v4.1.2` tag:

```sh
git checkout --recurse-submodules v4.1.1
git checkout --recurse-submodules v4.1.2
```

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

```sh
export VERSION=4.1.1 # this is the singularity version, change as you need
export VERSION=4.1.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 c6d148a

Please sign in to comment.