Skip to content

Commit 4eb0baa

Browse files
authored
chore: update protoc-gen-go (#7708)
1 parent 61dc875 commit 4eb0baa

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

.github/workflows/ci.yaml

+2-2
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 storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
185185
- name: Install goimports
186186
run: go install golang.org/x/tools/cmd/goimports@latest
187187
- name: Install yq

.github/workflows/security.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
- name: Install mockgen
8787
run: go install github.com/golang/mock/mockgen@v1.6.0
8888
- name: Install protoc-gen-go
89-
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
89+
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
9090
- name: Install protoc-gen-go-drpc
91-
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
91+
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
9292
- name: Install Protoc
9393
run: |
9494
# protoc must be in lockstep with our dogfood Dockerfile or the

dogfood/Dockerfile

+2-2
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 storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33 && \
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

provisionerd/proto/provisionerd.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionerd/proto/provisionerd_drpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner_drpc.pb.go

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)