Skip to content

chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 #66

chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6

chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 #66

Workflow file for this run

---
name: test
on:
- push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go test -v ./...