Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.25.2'
default: '1.25.3'

executors:
node:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SingularityCE Changelog

## 4.3.4 \[2025-10-14\]

### Security Related Fixes

- GitHub release packages built using Go 1.25.3, due to
[large number of denial-of-service CVEs fixed in 1.25.2.](https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI)
- All dependencies updated.

## 4.3.3 \[2025-08-20\]

### Requirements / Packaging
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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.25.2 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.25.3 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
2 changes: 1 addition & 1 deletion e2e/testdata/Dockerfile.nested
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:25.04

ARG GOVERSION="go1.25.2"
ARG GOVERSION="go1.25.3"
ARG GOOS="linux"
ARG GOARCH="amd64"
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin
Expand Down