Skip to content

build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 #113

build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0

build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 #113

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.5'
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.28.0'
- run: make
- run: make test
- run: sqlc diff
working-directory: examples