Skip to content

Commit af233e4

Browse files
committed
Check with 2022-latest image tag and ubuntu-latest platform
1 parent 8ab8e58 commit af233e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ jobs:
171171
strategy:
172172
matrix:
173173
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
175175
runs-on: ${{ matrix.platform }}
176176

177177
services:
178178
mssql:
179-
image: mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
179+
image: mcr.microsoft.com/mssql/server:2022-latest
180180
env:
181181
TZ: Asia/Shanghai
182182
ACCEPT_EULA: Y

tests/compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- POSTGRES_USER=gorm
1919
- POSTGRES_PASSWORD=gorm
2020
mssql:
21-
image: '${MSSQL_IMAGE}:2019-CU18-ubuntu-20.04'
21+
image: '${MSSQL_IMAGE}:2022-latest'
2222
ports:
2323
- "127.0.0.1:9930:1433"
2424
environment:

0 commit comments

Comments
 (0)