Skip to content

Commit fc13407

Browse files
authored
Merge pull request #1409 from ydb-platform/go1.23
go1.23
2 parents 2a5de57 + e517842 commit fc13407

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.22"
21+
go-version: "1.23"
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.22.x]
17+
go-version: [1.23.x]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout

.github/workflows/examples.yml

Lines changed: 3 additions & 3 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.22.x
36+
GO: 1.23.x
3737
YDB_CONNECTION_STRING: grpc://localhost:2136/local
3838
YDB_ANONYMOUS_CREDENTIALS: 1
3939
YDB_VERSION: ${{ matrix.ydb-version }}
@@ -71,7 +71,7 @@ jobs:
7171
- 5432:5432
7272
env:
7373
OS: ubuntu-latest
74-
GO: 1.22.x
74+
GO: 1.23.x
7575
POSTGRES_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
7676
steps:
7777
- name: Checkout code
@@ -94,7 +94,7 @@ jobs:
9494
application: [ gorm, xorm ]
9595
env:
9696
OS: ubuntu-latest
97-
GO: 1.22.x
97+
GO: 1.23.x
9898
SQLITE_CONNECTION_STRING: ${{ matrix.application }}.db
9999
steps:
100100
- 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.22.x"
68+
go-version: "1.23.x"
6969
- name: Install utilities
7070
run: |
7171
go install mvdan.cc/[email protected]

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go-version: [1.21.x, 1.22.x]
21+
go-version: [1.21.x, 1.22.x, 1.23.x]
2222
os: [ubuntu, windows, macOS]
2323
env:
2424
OS: ${{ matrix.os }}-latest
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
go-version: [1.21.x, 1.22.x]
53+
go-version: [1.21.x, 1.22.x, 1.23.x]
5454
ydb-version: [23.3, 24.1]
5555
services:
5656
ydb:
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
go-version: [1.22.x]
104+
go-version: [1.23.x]
105105
ydb-version: [nightly]
106106
services:
107107
ydb:

0 commit comments

Comments
 (0)