Skip to content

build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.10 #327

build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.10

build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.10 #327

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- 'orig'
pull_request:
branches-ignore:
- 'orig'
jobs:
test:
strategy:
matrix:
go: ['1.21', '1.20', '1.19']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true
- run: go version
- uses: actions/checkout@v4
- name: Test
run: go test -v -cover .