Skip to content

Commit 0a8d738

Browse files
committed
update 1.23 as well
1 parent 959db8d commit 0a8d738

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go-version: [1.23.8, 1.24.4]
16+
go-version: [1.23.10, 1.24.4]
1717
services:
1818
postgres:
1919
image: postgres:17.4
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
go-version: [1.23.8, 1.24.4]
69+
go-version: [1.23.10, 1.24.4]
7070
steps:
7171
- uses: actions/checkout@v3
7272
- name: Set up Go
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
strategy:
9191
matrix:
92-
go-version: [1.23.8, 1.24.4]
92+
go-version: [1.23.10, 1.24.4]
9393
steps:
9494
- uses: actions/checkout@v3
9595
- name: Set up Go
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119-
go-version: [1.23.8, 1.24.4]
119+
go-version: [1.23.10, 1.24.4]
120120
steps:
121121
- uses: actions/checkout@v3
122122
- name: Set up Go

0 commit comments

Comments
 (0)