Skip to content

Commit a40c9d5

Browse files
committed
Add Go 1.23rc2 to x/sqlite test matrix
1 parent e4c120a commit a40c9d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-sqlite.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ on:
55

66
jobs:
77
golangcilint:
8+
strategy:
9+
matrix:
10+
go-version: [1.22, 1.23.x]
811
name: test
912
runs-on: ubuntu-latest
1013
steps:
1114
- uses: actions/checkout@v4
1215
- name: Set up Go
1316
uses: actions/setup-go@v5
1417
with:
15-
go-version: 1.22
18+
check-latest: true
19+
go-version: ${{ matrix.go-version }}
1620
- name: Run tests
1721
run: |
1822
cd x/sqlite

0 commit comments

Comments
 (0)