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 609c589 commit f21fc9fCopy full SHA for f21fc9f
.github/workflows/ci.yml
@@ -13,10 +13,9 @@ 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: sqlc diff
22
working-directory: examples
0 commit comments