We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9163245 commit f06ab94Copy full SHA for f06ab94
2 files changed
go/Dockerfile
@@ -11,7 +11,7 @@ RUN apt update \
11
git mercurial \
12
ca-certificates \
13
curl \
14
- && for v in 1.23.12 1.24.8 1.25.1; do \
+ && for v in 1.23.12 1.24.8 1.25.2; do \
15
mkdir -p /usr/local/go/${v} \
16
&& curl -sSL https://go.dev/dl/go${v}.linux-amd64.tar.gz \
17
| tar -zxC /usr/local/go/${v} --strip-components 1 \
go/README.md
@@ -29,7 +29,7 @@ There is `g` command to switch versions of Go.
29
- Go 1.25
30
```console
31
$ g 1.25
32
- go version go1.25.1 linux/amd64
+ go version go1.25.2 linux/amd64
33
```
34
35
0 commit comments