Skip to content

Commit cd3616f

Browse files
authored
Update Go version to 1.25.2 (#442)
* Update Go version to 1.25.2 in Dockerfile * Update GO_VERSION to 1.25.2 * Update Go base image version to 1.25.2
1 parent 6f0a118 commit cd3616f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.25.1
1+
ARG GO_VERSION=1.25.2
22
ARG ALPINE_VERSION=3.22
33
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker pull ghcr.io/obalunenko/go-tools:latest
1515

1616
### Go base image
1717

18-
The base image is built on top of the official image [golang:1.25.1-alpine3.22](https://hub.docker.com/_/golang) and includes the following tools:
18+
The base image is built on top of the official image [golang:1.25.2-alpine3.22](https://hub.docker.com/_/golang) and includes the following tools:
1919

2020
#### Below is a full manifest of the tools available
2121

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target "gotools-latest" {
3535
"linux/arm64"
3636
]
3737
args = {
38-
GO_VERSION = "1.25.1"
38+
GO_VERSION = "1.25.2"
3939
ALPINE_VERSION = "3.22"
4040
}
4141
labels = {

0 commit comments

Comments
 (0)