Skip to content

Commit f06ab94

Browse files
committed
go: update to Go 1.25.2
1 parent 9163245 commit f06ab94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update \
1111
git mercurial \
1212
ca-certificates \
1313
curl \
14-
&& for v in 1.23.12 1.24.8 1.25.1; do \
14+
&& for v in 1.23.12 1.24.8 1.25.2; do \
1515
mkdir -p /usr/local/go/${v} \
1616
&& curl -sSL https://go.dev/dl/go${v}.linux-amd64.tar.gz \
1717
| tar -zxC /usr/local/go/${v} --strip-components 1 \

go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There is `g` command to switch versions of Go.
2929
- Go 1.25
3030
```console
3131
$ g 1.25
32-
go version go1.25.1 linux/amd64
32+
go version go1.25.2 linux/amd64
3333
```
3434

3535

0 commit comments

Comments
 (0)