Skip to content

Commit

Permalink
Update examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Aug 14, 2024
1 parent b72fc06 commit 2dbafb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
options: '-h localhost'
env:
OS: ubuntu-latest
GO: 1.22.x
GO: 1.23.x
YDB_CONNECTION_STRING: grpc://localhost:2136/local
YDB_ANONYMOUS_CREDENTIALS: 1
YDB_VERSION: ${{ matrix.ydb-version }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- 5432:5432
env:
OS: ubuntu-latest
GO: 1.22.x
GO: 1.23.x
POSTGRES_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
steps:
- name: Checkout code
Expand All @@ -94,7 +94,7 @@ jobs:
application: [ gorm, xorm ]
env:
OS: ubuntu-latest
GO: 1.22.x
GO: 1.23.x
SQLITE_CONNECTION_STRING: ${{ matrix.application }}.db
steps:
- name: Checkout code
Expand Down

0 comments on commit 2dbafb7

Please sign in to comment.