Skip to content

chore(deps): bump modernc.org/sqlite from 1.32.0 to 1.33.0 #400

chore(deps): bump modernc.org/sqlite from 1.32.0 to 1.33.0

chore(deps): bump modernc.org/sqlite from 1.32.0 to 1.33.0 #400

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: quay.io/projectquay/golang:1.21
steps:
- uses: actions/checkout@v4
- run: go test ./...