[add] go 1.20 tests

This commit is contained in:
Max 2023-02-02 09:28:32 +08:00
parent de0506496d
commit c7bf0f4350
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [1.19.2]
go: [1.19.5, 1.20.0]
db: [MySQL8.0, MySQL5.7, SQLite3]
redis: [4, 5, 6]
mongo: ["6.0"]

View file

@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [1.19.2]
go: [1.19.5, 1.20.0]
db: [MySQL8.0, MySQL5.7, SQLite3]
redis: [4, 5, 6]
mongo: ["6.0"]