Skip to content

Commit

Permalink
build: Upgrade to sqlc 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jan 20, 2025
1 parent 6752baa commit 2c6a780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23.5'
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.26.0'
sqlc-version: '1.28.0'
- run: make
- run: sqlc diff
working-directory: examples

0 comments on commit 2c6a780

Please sign in to comment.