Skip to content

Commit

Permalink
build: Install v1.24.0 via setup-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 22, 2023
1 parent ad5adca commit c283b5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- 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'
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.24.0'
- run: make
- run: make test
- run: sqlc diff
working-directory: examples
working-directory: examples

0 comments on commit c283b5e

Please sign in to comment.