Skip to content

Update gorm.io/gorm to 1.31.2 from 1.31.1 #168

Update gorm.io/gorm to 1.31.2 from 1.31.1

Update gorm.io/gorm to 1.31.2 from 1.31.1 #168

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
# enable manual trigger
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
go: [1.26.x, 1.25.x, 1.24.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Test
run: ./test
- name:
run: cd v2 && ./test