Skip to content

build: Upgrade to sqlc v1.24.0 (#34) #62

build: Upgrade to sqlc v1.24.0 (#34)

build: Upgrade to sqlc v1.24.0 (#34) #62

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@v4
with:
go-version: '1.21'
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
# - uses: sqlc-dev/setup-sqlc@v4
# with:
# sqlc-version: '1.23.0'
- run: make
- run: make test
- run: sqlc diff
working-directory: examples