Skip to content

Commit 08332b7

Browse files
committed
ci: add Go 1.24 support in workflows and adjust test tolerances
- Add Go 1.24 to the list of versions in lint workflow - Add Go 1.24 to the list of versions in testing workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8412413 commit 08332b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
go: [1.22, 1.23]
9+
go: [1.22, 1.23, 1.24]
1010
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1111
runs-on: ${{ matrix.os }}
1212

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
go: [1.22, 1.23]
16+
go: [1.22, 1.23, 1.24]
1717
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)