Skip to content

Commit 04cea1d

Browse files
authored
build: Install sqlc 1.27.0 (#67)
1 parent 2900e24 commit 04cea1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
1717
- uses: sqlc-dev/setup-sqlc@v4
1818
with:
19-
sqlc-version: '1.26.0'
19+
sqlc-version: '1.27.0'
2020
- run: make
2121
- run: make test
2222
- run: sqlc diff

0 commit comments

Comments
 (0)