Skip to content

Commit

Permalink
Merge pull request #1451 from dtrudg/prep-3.11.1
Browse files Browse the repository at this point in the history
Prepare 3.11.1 release
  • Loading branch information
preminger authored Mar 14, 2023
2 parents 0a71240 + d97f08e commit c3885a5
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.20'
default: '1.20.2'

executors:
node:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Changes Since Last Release
## 3.11.1 \[2023-03-14\]

### New Features & Functionality

Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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.20 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.20.2 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 @@ -146,11 +146,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 3.11.0 release, checkout the
`v3.11.0` tag:
compiling. E.g. to build the 3.11.1 release, checkout the
`v3.11.1` tag:

```sh
git checkout --recurse-submodules v3.11.0
git checkout --recurse-submodules v3.11.1
```

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

```sh
export VERSION=3.11.0 # this is the singularity version, change as you need
export VERSION=3.11.1 # 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 c3885a5

Please sign in to comment.