Skip to content

Bump gorm.io/gorm from 1.30.0 to 1.30.2 #263

Bump gorm.io/gorm from 1.30.0 to 1.30.2

Bump gorm.io/gorm from 1.30.0 to 1.30.2 #263

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@v5
- name: Test
run: go test -v -cover .