Skip to content

Commit 08bbc9e

Browse files
fix(deps): bump supported Go versions to 1.26.2 and 1.25.9 (#633)
1 parent 2c43bda commit 08bbc9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.26.1
2-
penultimate=1.25.8
1+
latest=1.26.2
2+
penultimate=1.25.9

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.26.1-alpine3.23 as builder
5+
FROM golang:1.26.2-alpine3.23 as builder
66
# See "Runtime platform versions" in CONTRIBUTING.md
77

88
RUN apk --no-cache add \

0 commit comments

Comments
 (0)