File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- ydb-version : [ 24.3 ]
19
+ ydb-version : [ 25.2 ]
20
20
application : [ native/table, native/query ]
21
21
services :
22
22
ydb :
34
34
options : ' -h localhost'
35
35
env :
36
36
OS : ubuntu-latest
37
- GO : 1.24 .x
37
+ GO : 1.25 .x
38
38
YDB_CONNECTION_STRING : grpc://localhost:2136/local
39
39
YDB_ANONYMOUS_CREDENTIALS : 1
40
40
YDB_VERSION : ${{ matrix.ydb-version }}
57
57
strategy :
58
58
fail-fast : false
59
59
matrix :
60
- ydb-version : [ 24.3 ]
60
+ ydb-version : [ 25.2 ]
61
61
application : [ database/sql, gorm, xorm ]
62
62
query_service : [ true, false ]
63
63
services :
76
76
options : ' -h localhost'
77
77
env :
78
78
OS : ubuntu-latest
79
- GO : 1.24 .x
79
+ GO : 1.25 .x
80
80
YDB_CONNECTION_STRING : grpc://localhost:2136/local
81
81
YDB_ANONYMOUS_CREDENTIALS : 1
82
82
YDB_VERSION : ${{ matrix.ydb-version }}
@@ -116,7 +116,7 @@ jobs:
116
116
- 5432:5432
117
117
env :
118
118
OS : ubuntu-latest
119
- GO : 1.24 .x
119
+ GO : 1.25 .x
120
120
POSTGRES_CONNECTION_STRING : postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
121
121
steps :
122
122
- name : Checkout code
@@ -140,7 +140,7 @@ jobs:
140
140
application : [ gorm, xorm ]
141
141
env :
142
142
OS : ubuntu-latest
143
- GO : 1.24 .x
143
+ GO : 1.25 .x
144
144
SQLITE_CONNECTION_STRING : ${{ matrix.application }}.db
145
145
steps :
146
146
- name : Checkout code
Original file line number Diff line number Diff line change 8
8
workflow_dispatch :
9
9
env :
10
10
GOLANGCI_LINT_VERSION : v2.1.6
11
- GO_VERSION : ' 1.22 '
11
+ GO_VERSION : ' 1.25 '
12
12
jobs :
13
13
golangci :
14
14
if : (!contains(github.event.pull_request.labels.*.name, 'no lint'))
Original file line number Diff line number Diff line change 80
80
- name : Install Go
81
81
uses : actions/setup-go@v5
82
82
with :
83
- go-version : 1.24 .x
83
+ go-version : 1.25 .x
84
84
cache : true
85
85
86
86
- name : Build workload
Original file line number Diff line number Diff line change 19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- go-version : [1.21.x, 1.24 .x]
22
+ go-version : [1.21.x, 1.25 .x]
23
23
os : [ubuntu, windows, macOS]
24
24
env :
25
25
OS : ${{ matrix.os }}-latest
52
52
strategy :
53
53
fail-fast : false
54
54
matrix :
55
- go-version : [1.21.x, 1.24 .x]
56
- ydb-version : [latest, 24.4, 25.1 ]
55
+ go-version : [1.21.x, 1.25 .x]
56
+ ydb-version : [latest, 24.4, 25.2 ]
57
57
os : [ubuntu]
58
58
services :
59
59
ydb :
@@ -108,7 +108,7 @@ jobs:
108
108
strategy :
109
109
fail-fast : false
110
110
matrix :
111
- go-version : [1.24 .x]
111
+ go-version : [1.25 .x]
112
112
ydb-version : [nightly]
113
113
os : [ubuntu]
114
114
services :
You can’t perform that action at this time.
0 commit comments