Skip to content

Commit 8fc6b48

Browse files
committed
back to storj
1 parent 12ad50e commit 8fc6b48

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +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: |
183-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
184-
protoc-gen-go --version
182+
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
185183
- name: Install protoc-gen-go-drpc
186-
run: |
187-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
188-
protoc-gen-go-grpc -version
184+
run: storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
189185
- name: Install goimports
190186
run: go install golang.org/x/tools/cmd/goimports@latest
191187
- name: Install yq

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN mkdir --parents "$GOPATH" && \
3434
# protoc-gen-go is needed to build sysbox from source
3535
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30 && \
3636
# drpc support for v2
37-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3 && \
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

0 commit comments

Comments
 (0)