Skip to content

Commit a63723b

Browse files
committed
github: run nightlies on go1.23 and go1.25
CRDB 25.4 will continue to use go1.23 and we plan to switch directly to go1.25 for 26.1. Use these two versions in the nightly runs.
1 parent 7519084 commit a63723b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightlies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
go: [ '1.23', '1.24' ]
13+
go: [ '1.23', '1.25' ]
1414
uses: ./.github/workflows/tests.yaml
1515
with:
1616
sha: ${{ github.sha }}
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
go: [ '1.23', '1.24' ]
24+
go: [ '1.23', '1.25' ]
2525
uses: ./.github/workflows/s390x.yaml
2626
with:
2727
sha: ${{ github.sha }}
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
go: [ '1.23', '1.24' ]
35+
go: [ '1.23', '1.25' ]
3636
uses: ./.github/workflows/stress.yaml
3737
with:
3838
sha: ${{ github.sha }}
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
go: [ '1.23', '1.24' ]
46+
go: [ '1.23', '1.25' ]
4747
uses: ./.github/workflows/instrumented.yaml
4848
with:
4949
sha: ${{ github.sha }}

0 commit comments

Comments
 (0)