Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 22, 2023
1 parent f63125b commit 0d36349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go install github.com/sqlc-dev/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
# - uses: sqlc-dev/setup-sqlc@v4
# with:
# sqlc-version: '1.23.0'
Expand Down

0 comments on commit 0d36349

Please sign in to comment.