Skip to content

Bump github.com/huandu/go-sqlbuilder from 1.36.1 to 1.37.0 #1575

Bump github.com/huandu/go-sqlbuilder from 1.36.1 to 1.37.0

Bump github.com/huandu/go-sqlbuilder from 1.36.1 to 1.37.0 #1575

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: jsonv2
steps:
- uses: actions/checkout@v4
- uses: WillAbides/[email protected]
with:
go-version: "1.25.x"
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi