Skip to content

Commit c29237d

Browse files
committed
Update workflow to use setup-sqlc
1 parent cbc45e7 commit c29237d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/setup-go@v5
1414
with:
1515
go-version: '1.21'
16-
- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@883c70a44e3c9e260598ae09034c92b51f2c9129
17-
# - uses: sqlc-dev/setup-sqlc@v4
18-
# with:
19-
# sqlc-version: '1.24.0'
16+
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
17+
- uses: sqlc-dev/setup-sqlc@v4
18+
with:
19+
sqlc-version: '1.25.0'
2020
- run: make
2121
- run: make test
2222
- run: sqlc diff

0 commit comments

Comments
 (0)