|
16 | 16 | sqlite: |
17 | 17 | strategy: |
18 | 18 | matrix: |
19 | | - go: ['1.22', '1.21', '1.20'] |
| 19 | + go: ['1.23', '1.24'] |
20 | 20 | platform: [ubuntu-latest] # can not run in windows OS |
21 | 21 | runs-on: ${{ matrix.platform }} |
22 | 22 |
|
|
42 | 42 | strategy: |
43 | 43 | matrix: |
44 | 44 | dbversion: ['mysql/mysql-server:latest', 'mysql:5.7'] |
45 | | - go: ['1.22', '1.21', '1.20'] |
| 45 | + go: ['1.23', '1.24'] |
46 | 46 | platform: [ubuntu-latest] |
47 | 47 | runs-on: ${{ matrix.platform }} |
48 | 48 |
|
|
85 | 85 | strategy: |
86 | 86 | matrix: |
87 | 87 | dbversion: [ 'mariadb:latest' ] |
88 | | - go: ['1.22', '1.21', '1.20'] |
| 88 | + go: ['1.23', '1.24'] |
89 | 89 | platform: [ ubuntu-latest ] |
90 | 90 | runs-on: ${{ matrix.platform }} |
91 | 91 |
|
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | strategy: |
129 | 129 | matrix: |
130 | 130 | dbversion: ['postgres:latest', 'postgres:15', 'postgres:14', 'postgres:13'] |
131 | | - go: ['1.22', '1.21', '1.20'] |
| 131 | + go: ['1.23', '1.24'] |
132 | 132 | platform: [ubuntu-latest] # can not run in macOS and Windows |
133 | 133 | runs-on: ${{ matrix.platform }} |
134 | 134 |
|
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | sqlserver: |
171 | 171 | strategy: |
172 | 172 | matrix: |
173 | | - go: ['1.22', '1.21', '1.20'] |
| 173 | + go: ['1.23', '1.24'] |
174 | 174 | platform: [ubuntu-latest] # can not run test in macOS and windows |
175 | 175 | runs-on: ${{ matrix.platform }} |
176 | 176 |
|
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | strategy: |
213 | 213 | matrix: |
214 | 214 | dbversion: [ 'v6.5.0' ] |
215 | | - go: ['1.22', '1.21', '1.20'] |
| 215 | + go: ['1.23', '1.24'] |
216 | 216 | platform: [ ubuntu-latest ] |
217 | 217 | runs-on: ${{ matrix.platform }} |
218 | 218 |
|
|
0 commit comments