Skip to content

Commit

Permalink
build: Install v1.24.0 via setup-sqlc
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 22, 2023
1 parent 609c589 commit f21fc9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ 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: sqlc diff
working-directory: examples

0 comments on commit f21fc9f

Please sign in to comment.