Skip to content

Commit ccd86d6

Browse files
committed
chore: update protoc-gen-go
1 parent 61dc875 commit ccd86d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ jobs:
179179
run: |
180180
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
181181
- name: Install protoc-gen-go
182-
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
182+
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
183183
- name: Install protoc-gen-go-drpc
184-
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
184+
run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
185185
- name: Install goimports
186186
run: go install golang.org/x/tools/cmd/goimports@latest
187187
- name: Install yq

dogfood/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RUN mkdir --parents "$GOPATH" && \
3232
# goimports for updating imports
3333
go install golang.org/x/tools/cmd/goimports@v0.1.7 && \
3434
# protoc-gen-go is needed to build sysbox from source
35-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 && \
35+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30 && \
3636
# drpc support for v2
37-
go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26 && \
37+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3 && \
3838
# migrate for migration support for v2
3939
go install github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.1 && \
4040
# goreleaser for compiling v2 binaries

0 commit comments

Comments
 (0)