Skip to content

fix(deps): update module gorm.io/gorm to v1.25.11 #150

fix(deps): update module gorm.io/gorm to v1.25.11

fix(deps): update module gorm.io/gorm to v1.25.11 #150

Workflow file for this run

name: Continuos Integration
on:
push:
branches:
- "**"
- "!main"
paths:
- "**.go"
- "**.mod"
workflow_call:
jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
- run: go test ./... -v -count=1