Skip to content

build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 #86

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

build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 #86

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