Skip to content

Commit f21fc9f

Browse files
committed
build: Install v1.24.0 via setup-sqlc
1 parent 609c589 commit f21fc9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ 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: sqlc diff
2221
working-directory: examples

0 commit comments

Comments
 (0)