Skip to content

Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1 #306

Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1

Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1 #306

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
go: ['1.19', '1.18', '1.17']
platform: [ubuntu-latest] # can not run in windows OS
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- name: Test
run: go test -v -cover .