Skip to content

Commit 9f99a49

Browse files
fix(deps): bump supported Go versions to 1.25.7 and 1.24.13 (#579)
1 parent f6b4e48 commit 9f99a49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/variables/go-versions.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
latest=1.25.6
2-
penultimate=1.24.12
1+
latest=1.25.7
2+
penultimate=1.24.13

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This is a standalone Dockerfile that does not depend on goreleaser building the binary
44
# It is NOT the version that is pushed to dockerhub
5-
FROM golang:1.25.6-alpine3.23 as builder
5+
FROM golang:1.25.7-alpine3.23 as builder
66
# See "Runtime platform versions" in CONTRIBUTING.md
77

88
RUN apk --no-cache add \

0 commit comments

Comments
 (0)