chore: update sqlc to v1.17.2 (#6920)

* WIP

* chore: Update sqlc to v1.17.2
This commit is contained in:
Marcin Tojek
2023-03-31 14:05:20 +02:00
committed by GitHub
parent 2612e32bac
commit 56f00a82e1
5 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ jobs:
- name: Install sqlc
run: |
curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.16.0/sqlc_1.16.0_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.17.2/sqlc_1.17.2_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
- name: Install protoc-gen-go
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
- name: Install protoc-gen-go-drpc