Skip to content

Commit c690b49

Browse files
authored
Merge pull request #2767 from dtrudg/bump-go-1.21
Bump go to minimum of 1.21
2 parents 55235b7 + db53e56 commit c690b49

File tree

6 files changed

+43
-8
lines changed

6 files changed

+43
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
go-version:
88
type: string
9-
default: '1.21.7'
9+
default: '1.21.8'
1010

1111
executors:
1212
node:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Change Since Last Release
44

5+
### Requirements
6+
7+
- Requires a minimum of Go 1.21 to build. Go 1.20 is end-of-life.
8+
59
### Bug Fixes
610

711
- Set default `PATH` in container run in OCI-Mode when image does not set `PATH`.

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
174174
`/usr/local/go` before reinstalling it._
175175

176176
```sh
177-
export VERSION=1.21.7 OS=linux ARCH=amd64 # change this as you need
177+
export VERSION=1.21.8 OS=linux ARCH=amd64 # change this as you need
178178

179179
wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
180180
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/singularity/v4
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2

0 commit comments

Comments
 (0)