-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stefano Cappa <[email protected]>
- Loading branch information
Showing
10 changed files
with
212 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache \ | |
make gcc musl-dev | ||
|
||
# install protoc requirements based on https://grpc.io/docs/languages/go/quickstart/ | ||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 | ||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.1 | ||
RUN go install google.golang.org/grpc/cmd/[email protected] | ||
ENV PATH "$PATH:$(go env GOPATH)/bin" | ||
Check warning on line 10 in Dockerfile GitHub Actions / Build and publishLegacy key/value format with whitespace separator should not be used
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.