Commit 6f93c65
committed
use go1.23.8 as the default go version
use go1.23.8 as the default go version for running in CI and making
release binaries.
NOTE: This is done so that when release/2.1 branch cut happens the
2.1 release uses 1.23.x for building release binaries rather than
1.24.x. Once the 2.1 release is out, this will be reverted and
go1.24.x will be made the default in the main branch
Signed-off-by: Akhil Mohan <[email protected]>1 parent 5629e9f commit 6f93c65
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github
- actions/install-go
- workflows
- contrib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments