Commit b92f25b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments