workflow: fix ci

This commit is contained in:
a631807682 2022-08-22 13:32:56 +08:00 committed by Cr
parent a51ac1b68d
commit 40df23c279

@ -12,7 +12,7 @@ jobs:
sqlite:
strategy:
matrix:
go: ['1.14']
go: ['1.16']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
dbversion: ['mysql:latest'] # 'mysql:5.7', 'mysql:5.6'
go: ['1.14']
go: ['1.16']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
@ -83,7 +83,7 @@ jobs:
strategy:
matrix:
dbversion: ['postgres:latest'] # 'postgres:11', 'postgres:10'
go: ['1.14']
go: ['1.16']
platform: [ubuntu-latest] # can not run in macOS and widnowsOS
runs-on: ${{ matrix.platform }}
@ -126,7 +126,7 @@ jobs:
needs: sqlite
strategy:
matrix:
go: ['1.14']
go: ['1.16']
platform: [ubuntu-latest] # can not run test in macOS and windows
runs-on: ${{ matrix.platform }}