GORM v1.25.7. (#59)

This commit is contained in:
Nuno Cruces
2024-02-10 10:03:12 +00:00
committed by GitHub
parent 78cb9abefd
commit 396e6537b4
10 changed files with 160 additions and 96 deletions

19
.github/workflows/gorm.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Cross compile
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up
uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: gormlite/test.sh