Skip to content

Commit 2dbafb7

Browse files
authored
Update examples.yml
1 parent b72fc06 commit 2dbafb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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

0 commit comments

Comments
 (0)