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 ad5adca commit c283b5eCopy full SHA for c283b5e
.github/workflows/ci.yml
@@ -13,11 +13,10 @@ jobs:
13
- uses: actions/setup-go@v4
14
with:
15
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'
+ - uses: sqlc-dev/setup-sqlc@v4
+ with:
+ sqlc-version: '1.24.0'
20
- run: make
21
- run: make test
22
- run: sqlc diff
23
- working-directory: examples
+ working-directory: examples
0 commit comments