10000
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 bf3677c commit 180335eCopy full SHA for 180335e
.github/workflows/ci.yml
@@ -13,10 +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@883c70a44e3c9e260598ae09034c92b51f2c9129
17
- # - uses: sqlc-dev/setup-sqlc@v4
18
- # with:
19
- # sqlc-version: '1.24.0'
+ # - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
+ - uses: sqlc-dev/setup-sqlc@v4
+ with:
+ sqlc-version: '1.25.0'
20
- run: make
21
- run: sqlc diff
22
- working-directory: examples
+ working-directory: examples
0 commit comments