Check with 2022-latest image tag and ubuntu-latest platform

This commit is contained in:
Omkar P 2024-09-25 13:11:10 +05:30
parent 8ab8e5866c
commit af233e4d3b
No known key found for this signature in database
GPG Key ID: 61FCDA22C2E62220
2 changed files with 3 additions and 3 deletions

View File

@ -171,12 +171,12 @@ jobs:
strategy:
matrix:
go: ['1.22', '1.21', '1.20']
platform: [ubuntu-20.04] # can not run test in macOS and windows
platform: [ubuntu-latest] # can not run test in macOS and windows
runs-on: ${{ matrix.platform }}
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04
image: mcr.microsoft.com/mssql/server:2022-latest
env:
TZ: Asia/Shanghai
ACCEPT_EULA: Y

View File

@ -18,7 +18,7 @@ services:
- POSTGRES_USER=gorm
- POSTGRES_PASSWORD=gorm
mssql:
image: '${MSSQL_IMAGE}:2019-CU18-ubuntu-20.04'
image: '${MSSQL_IMAGE}:2022-latest'
ports:
- "127.0.0.1:9930:1433"
environment: