We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e962 commit f00ee40Copy full SHA for f00ee40
.github/workflows/setup.yml
@@ -9,21 +9,21 @@ jobs:
9
steps:
10
- uses: kyleconroy/setup-sqlc@main
11
with:
12
- sqlc-version: '1.9.0'
+ sqlc-version: '1.12.0'
13
- run: sqlc version
14
15
setup-windows:
16
runs-on: windows-latest
17
18
19
20
21
22
23
setup-mac:
24
runs-on: macos-latest
25
26
27
28
29
.github/workflows/test.yml
@@ -18,3 +18,5 @@ jobs:
- uses: actions/checkout@v1
- uses: ./
+ with:
+ sqlc-versin: '1.12.0'
0 commit comments