Skip to content

Commit b92f25b

Browse files
github-actions[bot]LaunchDarklyReleaseBot
andauthored
fix(deps): bump supported Go versions to 1.24.3 and 1.23.9 (#496)
It's time to update Relay's supported Go versions, due to a recent upstream Go release. The Go major release cadence is ~every 6 months; the two most recent major versions are supported. Note that between major releases, the Go team often ships multiple minor versions. | | Current repo configuration | Desired repo configuration | |-------------|------------------------------------|---------------------------------------------------------------------------------------------------------------------| | Latest | 1.24.2 | [1.24.3](https://go.dev/doc/devel/release#go1.24.3) | | Penultimate | 1.23.8| [1.23.9](https://go.dev/doc/devel/release#go1.23.9) | This PR's change was generated by running: ```bash ./scripts/update-go-release-version.sh 1.24.3 1.23.9 ``` - [ ] I have triggered CI on this PR (either close & reopen this PR in Github UI, or `git commit -m "run ci" --allow-empty && git push`) Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
1 parent a0b9351 commit b92f25b

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.24.2
2-
penultimate=1.23.8
1+
latest=1.24.3
2+
penultimate=1.23.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.24.2-alpine3.21 as builder
5+
FROM golang:1.24.3-alpine3.21 as builder
66
# See "Runtime platform versions" in CONTRIBUTING.md
77

88
RUN apk --no-cache add \

0 commit comments

Comments
 (0)