Skip to content

Commit

Permalink
Add Go 1.23rc2 to x/sqlite test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Jul 22, 2024
1 parent e4c120a commit a40c9d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ on:

jobs:
golangcilint:
strategy:
matrix:
go-version: [1.22, 1.23.x]
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
check-latest: true
go-version: ${{ matrix.go-version }}
- name: Run tests
run: |
cd x/sqlite
Expand Down

0 comments on commit a40c9d5

Please sign in to comment.