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 cbc45e7 commit c29237dCopy full SHA for c29237d
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
- uses: actions/setup-go@v5
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: make test
22
- run: sqlc diff
0 commit comments