Skip to content

build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9 #88

build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9

build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9 #88

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --enable-all --timeout 10m