Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 #51

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 #51

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run tests
run: make test