Skip to content

build(deps): bump modernc.org/sqlite from 1.24.0 to 1.25.0 #188

build(deps): bump modernc.org/sqlite from 1.24.0 to 1.25.0

build(deps): bump modernc.org/sqlite from 1.24.0 to 1.25.0 #188

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.20
steps:
- uses: actions/checkout@v3
- run: go test ./...