Skip to content

Commit 785ae68

Browse files
authored
Merge pull request #1657 from ydb-platform/go1.24
added go1.24 to CI
2 parents d38e680 + 0b912c5 commit 785ae68

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/breaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.23"
21+
go-version: "1.24"
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424
- name: Install gorelease

.github/workflows/check-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
go-version: [1.23.x]
17+
go-version: [1.24.x]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout

.github/workflows/examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
options: '-h localhost'
3434
env:
3535
OS: ubuntu-latest
36-
GO: 1.23.x
36+
GO: 1.24.x
3737
YDB_CONNECTION_STRING: grpc://localhost:2136/local
3838
YDB_ANONYMOUS_CREDENTIALS: 1
3939
YDB_VERSION: ${{ matrix.ydb-version }}
@@ -74,7 +74,7 @@ jobs:
7474
options: '-h localhost'
7575
env:
7676
OS: ubuntu-latest
77-
GO: 1.23.x
77+
GO: 1.24.x
7878
YDB_CONNECTION_STRING: grpc://localhost:2136/local
7979
YDB_ANONYMOUS_CREDENTIALS: 1
8080
YDB_VERSION: ${{ matrix.ydb-version }}
@@ -113,7 +113,7 @@ jobs:
113113
- 5432:5432
114114
env:
115115
OS: ubuntu-latest
116-
GO: 1.23.x
116+
GO: 1.24.x
117117
POSTGRES_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
118118
steps:
119119
- name: Checkout code
@@ -136,7 +136,7 @@ jobs:
136136
application: [ gorm, xorm ]
137137
env:
138138
OS: ubuntu-latest
139-
GO: 1.23.x
139+
GO: 1.24.x
140140
SQLITE_CONNECTION_STRING: ${{ matrix.application }}.db
141141
steps:
142142
- name: Checkout code

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Go
6666
uses: actions/setup-go@v5
6767
with:
68-
go-version: "1.23.x"
68+
go-version: "1.24.x"
6969
- name: Install utilities
7070
run: |
7171
go install mvdan.cc/[email protected]

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install Go
8181
uses: actions/setup-go@v5
8282
with:
83-
go-version: 1.23.x
83+
go-version: 1.24.x
8484
cache: true
8585

8686
- name: Build workload

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [1.22.x, 1.23.x]
22+
go-version: [1.21.x, 1.24.x]
2323
os: [ubuntu, windows, macOS]
2424
env:
2525
OS: ${{ matrix.os }}-latest
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
go-version: [1.22.x, 1.23.x]
55+
go-version: [1.21.x, 1.24.x]
5656
ydb-version: [24.1, 24.2, 24.3]
5757
os: [ubuntu]
5858
services:
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix:
109-
go-version: [1.23.x]
109+
go-version: [1.24.x]
110110
ydb-version: [nightly]
111111
os: [ubuntu]
112112
services:

0 commit comments

Comments
 (0)