Skip to content

Commit

Permalink
build: Update sqlc version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jan 20, 2025
1 parent b5afff2 commit 0a64f0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
# - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
go-version: '1.23.5'
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.27.0'
sqlc-version: '1.28.0'
- run: make
- run: make test
- run: sqlc diff
Expand Down

0 comments on commit 0a64f0c

Please sign in to comment.