Skip to content

Commit

Permalink
Merge pull request #2773 from moul/dev/moul/protoc26
Browse files Browse the repository at this point in the history
chore: use go1.15 in bertytech/protoc:26
  • Loading branch information
moul committed Nov 20, 2020
2 parents 615b50e + b066e3c commit 25b0b13
Show file tree
Hide file tree
Showing 12 changed files with 243 additions and 106 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ on:
jobs:
gen-go-and-docs:
runs-on: ubuntu-latest
container: bertytech/protoc:25
container: bertytech/protoc:26
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# file: docs/.tmp/openapi/bertymessenger.swagger.json
gen-js:
runs-on: ubuntu-latest
container: bertytech/protoc:25
container: bertytech/protoc:26
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(gen_sum): $(gen_src)
--workdir="/go/src/berty.tech/berty/docs" \
--entrypoint="sh" \
--rm \
bertytech/protoc:25 \
bertytech/protoc:26 \
-xec 'make generate_local' \
)
protoc_opts := -I ../api:`go list -m -mod=mod -f {{.Dir}} github.com/grpc-ecosystem/grpc-gateway`/third_party/googleapis:`go list -m -mod=mod -f {{.Dir}} github.com/gogo/protobuf`:/protobuf
Expand Down
2 changes: 1 addition & 1 deletion docs/gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 35 additions & 46 deletions docs/messenger/bertymessenger.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 25b0b13

Please sign in to comment.