mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: update sqlc to version 1.20.0 (#9111)
This commit is contained in:
@@ -7,4 +7,4 @@ runs:
|
||||
- name: Setup sqlc
|
||||
uses: sqlc-dev/setup-sqlc@v3
|
||||
with:
|
||||
sqlc-version: "1.19.1"
|
||||
sqlc-version: "1.20.0"
|
||||
|
||||
@@ -640,9 +640,7 @@ jobs:
|
||||
go install github.com/golang/mock/mockgen@v1.6.0
|
||||
|
||||
- name: Setup sqlc
|
||||
uses: sqlc-dev/setup-sqlc@v3
|
||||
with:
|
||||
sqlc-version: "1.19.1"
|
||||
uses: ./.github/actions/setup-sqlc
|
||||
|
||||
- name: Format
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user