Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Update module gorm.io/gorm to v1.25.10 #308

Update module gorm.io/gorm to v1.25.10

Update module gorm.io/gorm to v1.25.10 #308

Workflow file for this run

name: build
on: push
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.16.1'
- run: go build cmd/main.go