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 b5afff2 commit 0a64f0cCopy full SHA for 0a64f0c
.github/workflows/ci.yml
@@ -12,11 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-go@v5
14
with:
15
- go-version: '1.21'
16
- # - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
+ go-version: '1.23.5'
17
- uses: sqlc-dev/setup-sqlc@v4
18
19
- sqlc-version: '1.27.0'
+ sqlc-version: '1.28.0'
20
- run: make
21
- run: make test
22
- run: sqlc diff
0 commit comments