Skip to content

chore(example-deps): bump github.com/bartventer/gorm-multitenancy/v5 from 5.9.0 to 5.10.1 in /examples/echo #29

chore(example-deps): bump github.com/bartventer/gorm-multitenancy/v5 from 5.9.0 to 5.10.1 in /examples/echo

chore(example-deps): bump github.com/bartventer/gorm-multitenancy/v5 from 5.9.0 to 5.10.1 in /examples/echo #29

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.57.2