Skip to content

Bump gorm.io/driver/sqlite from 1.5.2 to 1.5.4 #222

Bump gorm.io/driver/sqlite from 1.5.2 to 1.5.4

Bump gorm.io/driver/sqlite from 1.5.2 to 1.5.4 #222

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: Test
run: go test -v -cover .