Skip to content

build(deps): bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 (#44) #142

build(deps): bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 (#44)

build(deps): bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 (#44) #142

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-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --enable-all --timeout 10m