Skip to content

Commit

Permalink
Mention support of older go versions in packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD authored Nov 8, 2021
1 parent 64ad04e commit 9736d22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

### Changed defaults / behaviours

- Building Singularity requires go >=1.16. We now aim to support the
two most recent stable versions of Go. This corresponds to the Go
- Building Singularity from source requires go >=1.16. We now aim to support
the two most recent stable versions of Go. This corresponds to the Go
[Release Maintenance Policy](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)
and [Security Policy](https://golang.org/security), ensuring critical bug
fixes and security patches are available for all supported language versions.
However, rpm and debian packaging apply patches to support older native go
installations.
- LABELs from Docker/OCI images are now inherited. This fixes a longstanding
regression from Singularity 2.x. Note that you will now need to use
`--force` in a build to override a label that already exists in the source
Expand Down

0 comments on commit 9736d22

Please sign in to comment.