Skip to content

Commit 9b8992a

Browse files
committed
add sqlc to ci
1 parent f121c5c commit 9b8992a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15-
- name: Install
15+
- name: Install Go
1616
uses: actions/setup-go@v4
1717
with:
1818
go-version: '1.23'
19+
- name: Install sqlc
20+
uses: sqlc-dev/setup-sqlc@v4
21+
with:
22+
sqlc-version: '1.27.0'
1923
- name: Build
2024
run: make build
2125
- name: Vet

0 commit comments

Comments
 (0)