Skip to content

Commit 7519084

Browse files
committed
github: use 1.23 in CI
CRDB 25.4 will continue to use go1.23; use this for our CI as well.
1 parent e926c26 commit 7519084

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: '1.24'
28+
go-version: '1.23'
2929

3030
- run: GOTRACEBACK=all make test testobjiotracing generate
3131

@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: '1.24'
45+
go-version: '1.23'
4646

4747
- name: mod-tidy-check
4848
run: make mod-tidy-check
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v4
6161
with:
62-
go-version: '1.24'
62+
go-version: '1.23'
6363

6464
- run: GOTRACEBACK=all make test TAGS=
6565

@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v4
7474
with:
75-
go-version: '1.24'
75+
go-version: '1.23'
7676

7777
- run: GOTRACEBACK=all make testnocgo
7878

@@ -85,7 +85,7 @@ jobs:
8585
- name: Set up Go
8686
uses: actions/setup-go@v4
8787
with:
88-
go-version: "1.24"
88+
go-version: "1.23"
8989

9090
- run: GOTRACEBACK=all make testrace TAGS=
9191

@@ -98,7 +98,7 @@ jobs:
9898
- name: Set up Go
9999
uses: actions/setup-go@v4
100100
with:
101-
go-version: '1.24'
101+
go-version: '1.23'
102102

103103
- run: GOTRACEBACK=all make test
104104

@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up Go
116116
uses: actions/setup-go@v5
117117
with:
118-
go-version: '1.24'
118+
go-version: '1.23'
119119

120120
- name: Stress new tests
121121
env:

.github/workflows/code-cover-gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v2
3131
with:
32-
go-version: "1.24"
32+
go-version: "1.23"
3333

3434
- name: Get list of changed packages
3535
shell: bash

.github/workflows/instrumented.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
go_version:
1515
description: 'Go version'
1616
required: false
17-
default: '1.24'
17+
default: '1.23'
1818
type: string
1919
workflow_dispatch:
2020
inputs:
@@ -29,7 +29,7 @@ on:
2929
go_version:
3030
description: 'Go version'
3131
required: false
32-
default: '1.24'
32+
default: '1.23'
3333
type: string
3434

3535
jobs:

.github/workflows/nightly-code-cover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v2
2626
with:
27-
go-version: "1.24"
27+
go-version: "1.23"
2828

2929
- name: Generate coverage
3030
run: scripts/code-coverage.sh

.github/workflows/s390x.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
go_version:
1515
description: 'Go version'
1616
required: false
17-
default: '1.24'
17+
default: '1.23'
1818
type: string
1919
workflow_dispatch:
2020
inputs:
@@ -29,7 +29,7 @@ on:
2929
go_version:
3030
description: 'Go version'
3131
required: false
32-
default: '1.24'
32+
default: '1.23'
3333
type: string
3434

3535
permissions:

.github/workflows/stress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
go_version:
1515
description: 'Go version'
1616
required: false
17-
default: '1.24'
17+
default: '1.23'
1818
type: string
1919
workflow_dispatch:
2020
inputs:
@@ -29,7 +29,7 @@ on:
2929
go_version:
3030
description: 'Go version'
3131
required: false
32-
default: '1.24'
32+
default: '1.23'
3333
type: string
3434

3535
jobs:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
go_version:
1515
description: 'Go version'
1616
required: false
17-
default: '1.24'
17+
default: '1.23'
1818
type: string
1919
workflow_dispatch:
2020
inputs:
@@ -29,7 +29,7 @@ on:
2929
go_version:
3030
description: 'Go version'
3131
required: false
32-
default: '1.24'
32+
default: '1.23'
3333
type: string
3434

3535
jobs:

0 commit comments

Comments
 (0)