Skip to content

Commit a111714

Browse files
committed
feat: Add go version 1.23 to matrix in CI
1 parent cca0110 commit a111714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
11+
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22", "1.23"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)