File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,12 @@ jobs:
171
171
strategy :
172
172
matrix :
173
173
go : ['1.22', '1.21', '1.20']
174
- platform : [ubuntu-20.04 ] # can not run test in macOS and windows
174
+ platform : [ubuntu-latest ] # can not run test in macOS and windows
175
175
runs-on : ${{ matrix.platform }}
176
176
177
177
services :
178
178
mssql :
179
- image : mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
179
+ image : mcr.microsoft.com/mssql/server:2022-latest
180
180
env :
181
181
TZ : Asia/Shanghai
182
182
ACCEPT_EULA : Y
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
- POSTGRES_USER=gorm
19
19
- POSTGRES_PASSWORD=gorm
20
20
mssql :
21
- image : ' ${MSSQL_IMAGE}:2019-CU18-ubuntu-20.04 '
21
+ image : ' ${MSSQL_IMAGE}:2022-latest '
22
22
ports :
23
23
- " 127.0.0.1:9930:1433"
24
24
environment :
You can’t perform that action at this time.
0 commit comments