Skip to content

Commit 1cdd0ab

Browse files
committed
chore: bump to Go 1.25.3
1 parent 68d12df commit 1cdd0ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.25.2'
9+
default: '1.25.3'
1010

1111
executors:
1212
node:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Security Related Fixes
66

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

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

INSTALL.md

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

164164
```sh
165-
export VERSION=1.25.2 OS=linux ARCH=amd64 # change this as you need
165+
export VERSION=1.25.3 OS=linux ARCH=amd64 # change this as you need
166166

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

e2e/testdata/Dockerfile.nested

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:25.04
22

3-
ARG GOVERSION="go1.25.2"
3+
ARG GOVERSION="go1.25.3"
44
ARG GOOS="linux"
55
ARG GOARCH="amd64"
66
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

0 commit comments

Comments
 (0)