Skip to content

Commit c283b5e

Browse files
committed
build: Install v1.24.0 via setup-sql
1 parent ad5adca commit c283b5e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: '1.21'
16-
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1
17-
# - uses: sqlc-dev/setup-sqlc@v4
18-
# with:
19-
# sqlc-version: '1.23.0'
16+
- uses: sqlc-dev/setup-sqlc@v4
17+
with:
18+
sqlc-version: '1.24.0'
2019
- run: make
2120
- run: make test
2221
- run: sqlc diff
23-
working-directory: examples
22+
working-directory: examples

0 commit comments

Comments
 (0)