Skip to content

Commit

Permalink
Migrate from buf's remote generation alpha (#487)
Browse files Browse the repository at this point in the history
* Migrate from buf's remote generation alpha

* bump dependent library versions

* enforce buf v1.25.0

* cope with deno migration

* fix shell conditional and clippy warning

* increase timeout for docker image building due to new deps
  • Loading branch information
dmah42 authored Aug 30, 2023
1 parent befabd9 commit f282652
Show file tree
Hide file tree
Showing 20 changed files with 544 additions and 444 deletions.
1 change: 1 addition & 0 deletions .github/workflows/001-tester-ubuntu-make-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
version: 1.25.0
- uses: actions/cache@v3
with:
path: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
id: build-and-push
if: steps.check-change.outputs.cache-hit != 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: docker/build-push-action@v2
timeout-minutes: 15
timeout-minutes: 30
with:
context: .
file: images/Dockerfile.test
Expand Down
Loading

0 comments on commit f282652

Please sign in to comment.