Skip to content

Commit 0a64f0c

Browse files
committed
build: Update sqlc version in ci.yml
1 parent b5afff2 commit 0a64f0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.21'
16-
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
15+
go-version: '1.23.5'
1716
- uses: sqlc-dev/setup-sqlc@v4
1817
with:
19-
sqlc-version: '1.27.0'
18+
sqlc-version: '1.28.0'
2019
- run: make
2120
- run: make test
2221
- run: sqlc diff

0 commit comments

Comments
 (0)