Skip to content

Commit 959db8d

Browse files
committed
update go 1.24
1 parent 900b720 commit 959db8d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 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.2]
16+
go-version: [1.23.8, 1.24.4]
1717
services:
1818
postgres:
1919
image: postgres:17.4
@@ -59,14 +59,14 @@ jobs:
5959
chart: true
6060
amend: true
6161
if: |
62-
matrix.go-version == '1.24.2'
62+
matrix.go-version == '1.24.4'
6363
continue-on-error: true
6464

6565
test-race:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
go-version: [1.23.8, 1.24.2]
69+
go-version: [1.23.8, 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.2]
92+
go-version: [1.23.8, 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.2]
119+
go-version: [1.23.8, 1.24.4]
120120
steps:
121121
- uses: actions/checkout@v3
122122
- name: Set up Go

0 commit comments

Comments
 (0)