|
@@ -57,7 +57,7 @@ jobs:
|
|
|
name: Test
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- go-version: [ 1.19.x, 1.20.x ]
|
|
|
+ go-version: [ 1.23.x ]
|
|
|
platform: [ ubuntu-latest, macos-latest ]
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
steps:
|
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
name: Test
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- go-version: [ 1.19.x, 1.20.x ]
|
|
|
+ go-version: [ 1.23.x ]
|
|
|
platform: [ windows-latest ]
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
steps:
|
|
@@ -135,7 +135,7 @@ jobs:
|
|
|
name: Postgres
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- go-version: [ 1.19.x, 1.20.x ]
|
|
|
+ go-version: [ 1.23.x ]
|
|
|
platform: [ ubuntu-latest ]
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
services:
|
|
@@ -171,7 +171,7 @@ jobs:
|
|
|
name: MySQL
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- go-version: [ 1.19.x, 1.20.x ]
|
|
|
+ go-version: [ 1.23.x ]
|
|
|
platform: [ ubuntu-18.04 ]
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
steps:
|
|
@@ -196,7 +196,7 @@ jobs:
|
|
|
name: SQLite - Go
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- go-version: [ 1.19.x, 1.20.x ]
|
|
|
+ go-version: [ 1.23.x ]
|
|
|
platform: [ ubuntu-latest ]
|
|
|
runs-on: ${{ matrix.platform }}
|
|
|
steps:
|