We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b4e48 commit 9f99a49Copy full SHA for 9f99a49
.github/variables/go-versions.env
@@ -1,2 +1,2 @@
1
-latest=1.25.6
2
-penultimate=1.24.12
+latest=1.25.7
+penultimate=1.24.13
Dockerfile
@@ -2,7 +2,7 @@
3
# This is a standalone Dockerfile that does not depend on goreleaser building the binary
4
# It is NOT the version that is pushed to dockerhub
5
-FROM golang:1.25.6-alpine3.23 as builder
+FROM golang:1.25.7-alpine3.23 as builder
6
# See "Runtime platform versions" in CONTRIBUTING.md
7
8
RUN apk --no-cache add \
0 commit comments