Skip to content

Commit

Permalink
Update workflow to use setup-sqlc (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy authored Jan 4, 2024
1 parent ba3801e commit 8a24f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@883c70a44e3c9e260598ae09034c92b51f2c9129
# - uses: sqlc-dev/setup-sqlc@v4
# with:
# sqlc-version: '1.24.0'
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.25.0'
- run: make
- run: make test
- run: sqlc diff
Expand Down

0 comments on commit 8a24f3a

Please sign in to comment.